Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut authored Apr 5, 2024
1 parent 49b5331 commit aabff74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
>
> Apple introduced String Catalogs in Xcode 15 which implements many aspects of BartyCrouch like the incremental auto-extraction, or warning against empty translations. It's also fully backward-compatible with all iOS versions. Migrating is as simple as right-clicking a `.strings` file and choosing "Migrate to String Catalog...". I wrote a [detailed FAQ](https://www.fline.dev/the-missing-string-catalogs-faq-for-xcode-15/) about String Catalogs if you want to learn more. It's really awesome, everybody should migrate to it!
>
> The only feature it's missing is machine translation, but I wrote an app to fill the gap and it supports even more translation services than BartyCrouch. Use [String Catalog Translator](https://apps.apple.com/app/apple-store/id6476773066?pt=549314&ct=github.com&mt=8) in the future by simply drag & dropping the String Catalog file and letting it handle the translation, it's really easy.
> The only feature it's missing is machine translation, but I wrote an app to fill the gap and it supports even more translation services than BartyCrouch. Use [TranslateKit](https://apps.apple.com/app/apple-store/id6476773066?pt=549314&ct=github.com&mt=8) in the future by simply drag & dropping the String Catalog file and letting it handle the translation, it's really easy.
>
> Note that String Catalog Translator is being **actively worked on**. In comparison, BartyCrouch is kept up-to-date mostly by the community.
> Note that TranslateKit is being **actively worked on**. In comparison, BartyCrouch is kept up-to-date only by volunteers in the community.
# BartyCrouch

Expand Down

0 comments on commit aabff74

Please sign in to comment.