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

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 46

  • @RobertHolzapfel
    @RobertHolzapfel 10 місяців тому +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. ✌🏻🤩👍🏻

  • @heshuai9853
    @heshuai9853 9 місяців тому +2

    The tutorial is very clear

  • @RedPPP
    @RedPPP 7 місяців тому

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

  • @baronashura8757
    @baronashura8757 9 місяців тому

    Clear and comprehensive, thank you very much!

  • @tommyborgenfalkskott
    @tommyborgenfalkskott 6 місяців тому

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

  • @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

  • @dmitriy6757
    @dmitriy6757 Рік тому

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

  • @Randor10
    @Randor10 Рік тому

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

  • @AnotherOneChannel404
    @AnotherOneChannel404 3 місяці тому

    Now my life much more easier, thank

  • @scottwilson-billing7542
    @scottwilson-billing7542 Рік тому +1

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

  •  4 місяці тому

    Awesome video! Vielen Dank 🙏

  • @in60
    @in60 3 місяці тому

    Danke! Tolles Video!

  • @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!

  • @maciejtrybilo
    @maciejtrybilo 2 місяці тому

    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.

  • @lixiang182
    @lixiang182 11 місяців тому

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

  • @numalesoybea1348
    @numalesoybea1348 5 місяців тому

    Thanks man you're a life saver

  • @i8r4him
    @i8r4him Рік тому

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

  • @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!

  • @ekarademirr
    @ekarademirr 4 місяці тому

    Thank you 😍

  • @zardashtjaza1343
    @zardashtjaza1343 Рік тому +1

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

  • @Mirorval
    @Mirorval 7 місяців тому

    Very good. Thank you.

  • @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 8 місяців тому

      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 6 місяців тому +1

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

  • @aleksejsigaj1373
    @aleksejsigaj1373 3 місяці тому

    Danke! :)

  • @tchendoh
    @tchendoh Рік тому

    Vidéo super utile! Merci! #french

  • @ordozgoite
    @ordozgoite 9 місяців тому

    Thank you so much!

  • @elena-b2v3z
    @elena-b2v3z Рік тому

    thank you :)

  • @sunshine_279
    @sunshine_279 18 днів тому

    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

  • @rickywitherspoon2861
    @rickywitherspoon2861 Рік тому

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

  • @llothar68
    @llothar68 11 місяців тому

    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.

  • @ud1t665
    @ud1t665 3 місяці тому

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

  • @RahulShivhare-t1v
    @RahulShivhare-t1v 3 місяці тому

    Is this only works on SwiftUI?

  • @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.

  • @Francescoct
    @Francescoct 6 місяців тому

    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 3 місяці тому

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

  • @jur9103
    @jur9103 3 місяці тому

    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

  • @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.

  • @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.

  • @BandarAlmarri-zm2th
    @BandarAlmarri-zm2th 8 місяців тому

    not very dynamic

  • @bjp_for_2024
    @bjp_for_2024 8 місяців тому

    Can we also do that usin in app setting ?

  • @victorriurean
    @victorriurean Рік тому

  • @yasinkon
    @yasinkon 6 місяців тому

    Can we also do that usin in app setting ?