You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`translator`: Specifies the translation API. Use `microsoftTranslator` or `deepL`.
286
288
-`secret`: Your [Microsoft Translator Text API Subscription Key](https://docs.microsoft.com/en-us/azure/cognitive-services/translator/translator-text-how-to-signup#authentication-key) or [Authentication Key for DeepL API](https://www.deepl.com/pro-account/plan).
287
289
-`sourceLocale`: The source language to translate from.
290
+
-`separateWithEmptyLine`: Set to `false` if you don't want to have empty lines between Strings entries. Defaults to `true.
-`sourceLocale`: The source language to harmonize keys of other languages with.
296
299
-`harmonizeWithSource`: Synchronizes keys with source language.
297
300
-`sortByKeys`: Alphabetically sorts translations by their keys.
301
+
-`separateWithEmptyLine`: Set to `false` if you don't want to have empty lines between Strings entries. Defaults to `true.
298
302
299
303
</details>
300
304
@@ -355,11 +359,13 @@ NOTE: As of version 4.x of BartyCrouch *formatted* localized Strings are not sup
355
359
In order to truly profit from BartyCrouch's ability to update & lint your `.strings` files you can make it a natural part of your development workflow within Xcode. In order to do this select your target, choose the `Build Phases` tab and click the + button on the top left corner of that pane. Select `New Run Script Phase` and copy the following into the text box below the `Shell: /bin/sh` of your new run script phase:
356
360
357
361
```shell
362
+
export PATH="$PATH:/opt/homebrew/bin"
363
+
358
364
if which bartycrouch > /dev/null;then
359
365
bartycrouch update -x
360
366
bartycrouch lint -x
361
367
else
362
-
echo"warning: BartyCrouch not installed, download it from https://github.com/Flinesoft/BartyCrouch"
368
+
echo"warning: BartyCrouch not installed, download it from https://github.com/FlineDev/BartyCrouch"
The `%d minute(s) ago` key will be taken from Localizable.stringsdict file, not from Localizable.strings, that's why it should be ignored by BartyCrouch.
406
412
407
-
### Things to Know:
408
-
409
-
- Files named or files in folders named ".git", "carthage", "pods", "build",
410
-
".build" and "docs" (case insensitive) will always be ignored.
411
-
412
413
413
414
## Donation
414
415
415
-
BartyCrouch was brought to you by [Cihat Gündüz](https://github.com/Jeehut) in his free time. If you want to thank me and support the development of this project, please **make a small donation on [PayPal](https://paypal.me/Dschee/5EUR)**. In case you also like my other [open source contributions](https://github.com/Flinesoft) and [articles](https://medium.com/@Jeehut), please consider motivating me by **becoming a sponsor on [GitHub](https://github.com/sponsors/Jeehut)** or a **patron on [Patreon](https://www.patreon.com/Jeehut)**.
416
+
BartyCrouch was brought to you by [Cihat Gündüz](https://github.com/Jeehut) in his free time. If you want to thank me and support the development of this project, please **make a small donation on [PayPal](https://paypal.me/Dschee/5EUR)**. In case you also like my other [open source contributions](https://github.com/FlineDev) and [articles](https://medium.com/@Jeehut), please consider motivating me by **becoming a sponsor on [GitHub](https://github.com/sponsors/Jeehut)** or a **patron on [Patreon](https://www.patreon.com/Jeehut)**.
416
417
417
418
Thank you very much for any donation, it really helps out a lot! 💯
418
419
419
420
## Migration Guides
420
421
421
-
See the file [MIGRATION_GUIDES.md](https://github.com/Flinesoft/BartyCrouch/blob/main/MIGRATION_GUIDES.md).
422
+
See the file [MIGRATION_GUIDES.md](https://github.com/FlineDev/BartyCrouch/blob/main/MIGRATION_GUIDES.md).
0 commit comments