How to translate and localize an iOS app with string catalogs in Xcode 15

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 46

  • @RobertHolzapfel
    @RobertHolzapfel 11 месяцев назад +1

    I thought I knew all about localization and then I accidentally started this video. And then you presented this awesome new feature of Xcode 15, namely the "StringCatalog", which is way more convenient and professional. Thanks for sharing your extraordinary knowledge here, I really appreciate it. ✌🏻🤩👍🏻

  • @maciejtrybilo
    @maciejtrybilo 3 месяца назад +1

    Great video, just one thing: The problem with deleting strings that you don't want to translate is that, at least for storyboards, the strings will come back in once you rebuild the app! What you can do instead is right click and select Mark as "Don't translate".
    It is a bit annoying that you cannot select more than one string there, but maybe one day.

  • @heshuai9853
    @heshuai9853 11 месяцев назад +2

    The tutorial is very clear

  • @oliver_lauritsen_oa
    @oliver_lauritsen_oa Год назад

    This makes it so much easier to localize an app especially if it’s not localized at start :before it could be a mess to find every place not localized

  • @RedPPP
    @RedPPP 9 месяцев назад

    This is a very useful walkthrough of the string catalogs. Thank you for sharing.

  • @baronashura8757
    @baronashura8757 10 месяцев назад

    Clear and comprehensive, thank you very much!

  • @scottwilson-billing7542
    @scottwilson-billing7542 Год назад +1

    Thanks, that was great. My app has large localizable files in 11 languages.

  • @dmitriy6757
    @dmitriy6757 Год назад

    Oh, it's a really good theme for a video. Now I really need it.

  • @tommyborgenfalkskott
    @tommyborgenfalkskott 7 месяцев назад

    Just what I needed! Looks really neat. Thank you!

  • @chezchezchezchez
    @chezchezchezchez Год назад

    I haven’t even supported dark mode yet, I better get started on dark mode before I worry about localization. Thanks a lot Karin- this is great though!

  • @Pepe_the_raver
    @Pepe_the_raver Год назад

    Thanks a lot, Karin! I was translating the iTunes app from your project and this will be very useful!

  • @Randor10
    @Randor10 Год назад

    Thank you very much for the in-depth real case examples!

  • @zardashtjaza1343
    @zardashtjaza1343 Год назад +1

    Hello Karin , please can you make an Tutorial on Navigation Route

  • @lixiang182
    @lixiang182 Год назад

    Amazing content!! I learn a lot from this so detailed video, cooooool~

  • @gerardbroeksteeg2063
    @gerardbroeksteeg2063 Год назад +2

    Thank you for a nice overview! One thing, though: I wonder if it is also possible to add/customize the "zero case". For example: "I have no books", instead of the automatic "I have 0 books"?

    • @gerardbroeksteeg2063
      @gerardbroeksteeg2063 10 месяцев назад

      Found it! You can Control-click the variant key and then select the Vary by Plural option. Then the 'zero' option shows up too 💪
      (I am not sure if that option was there all the time, but at least in Xcode 15.3 it is available 🤓)

  • @unknownerror999
    @unknownerror999 7 месяцев назад +1

    Could someone tell me plz, where is the video about working with Date()? thanks in advanced

  • @numalesoybea1348
    @numalesoybea1348 6 месяцев назад

    Thanks man you're a life saver

  •  5 месяцев назад

    Awesome video! Vielen Dank 🙏

  • @in60
    @in60 5 месяцев назад

    Danke! Tolles Video!

  • @i8r4him
    @i8r4him Год назад

    Danke für dieses Video, du hast mir sehr geholfen.👏🏻

  • @AnotherOneChannel404
    @AnotherOneChannel404 4 месяца назад

    Now my life much more easier, thank

  • @llothar68
    @llothar68 Год назад

    How many years will it take until CMake can use this feature? Have they even the old string tables implemented? There was a reason why i wrote my own xcodeproj generator (based on the same name rubygem). Sometimes being a control freak pays back.

  • @ekarademirr
    @ekarademirr 5 месяцев назад

    Thank you 😍

  • @rickywitherspoon2861
    @rickywitherspoon2861 Год назад

    Do you know how the new string catalog handles terms of address? Masculine vs feminine in Spanish for example?

  • @Mirorval
    @Mirorval 8 месяцев назад

    Very good. Thank you.

  • @sunshine_279
    @sunshine_279 Месяц назад

    Can you please show how to change KeyID names? you missed that part completely in the video.

  • @abdullabardiyev299
    @abdullabardiyev299 Год назад

    it's very useful video but how can I change language in view or viewModel

  • @ud1t665
    @ud1t665 4 месяца назад

    Is there any way to export the xloc in a non-mac friendly way?

  • @Francescoct
    @Francescoct 7 месяцев назад

    Can I change the language while the app is open? for example via a Picker? If yes, any suggestions? Because I defined a method that sets the UserDefaults for key "AppleLanguages" and after that I call .synchronize() method.. but to see a change, I have to restart the app

    • @ud1t665
      @ud1t665 4 месяца назад

      Yes I have done this. My picker had to change the @AppStorage(“languageCode”) from “en” to “pl” or “uk” for example.

  • @tchendoh
    @tchendoh Год назад

    Vidéo super utile! Merci! #french

  • @ordozgoite
    @ordozgoite 10 месяцев назад

    Thank you so much!

  • @penyt
    @penyt Год назад

    Has anyone experienced crash on commit for the localizable? I have a very big localizable (10k+ lines), and it now crashes on me every time I’m trying to commit any change to it.

  • @RahulShivhare-t1v
    @RahulShivhare-t1v 5 месяцев назад

    Is this only works on SwiftUI?

  • @aleksejsigaj1373
    @aleksejsigaj1373 5 месяцев назад

    Danke! :)

  • @elena-b2v3z
    @elena-b2v3z Год назад

    thank you :)

  • @jur9103
    @jur9103 4 месяца назад

    But how to delete language from string catalogue? Is it even possible?

  • @shurale85
    @shurale85 Год назад

    If u add some items manually and wonder why pluralizations is not available just add %lld into the key. That will bring availability to specify plurals. It was not abvoius for me

  • @captainmichaelj2321
    @captainmichaelj2321 Год назад

    In this age of AI, wouldn't it be easier if we just use legacy string files because it's more of copy paste operation, when you update one language to another? the string catalog seems to make it hard to update.

  • @bobweiram6321
    @bobweiram6321 Год назад

    That's interesting. I would have a hard time telling if you are French or German. I would guess you're probably from a border region between the two countries.

  • @BandarAlmarri-zm2th
    @BandarAlmarri-zm2th 9 месяцев назад

    not very dynamic

  • @bjp_for_2024
    @bjp_for_2024 9 месяцев назад

    Can we also do that usin in app setting ?

  • @victorriurean
    @victorriurean Год назад

  • @yasinkon
    @yasinkon 8 месяцев назад

    Can we also do that usin in app setting ?