From ac42e7466de833a654a9f6f449f7caf9900f96d9 Mon Sep 17 00:00:00 2001 From: Fabrizio D'Urso Date: Thu, 23 May 2024 17:48:25 +0200 Subject: [PATCH] add StringSwitch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ab0ba1dd..33aa92d50 100644 --- a/README.md +++ b/README.md @@ -1076,6 +1076,7 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git - [attranslate](https://github.com/fkirc/attranslate) - Semi-automatically translate or synchronize .strings files or crossplatform-files from different languages. - [Respresso Localization Converter](https://respresso.io/localization-converter) - Multiplatform localization converter for iOS (.strings + Objective-C getters), Android (strings.xml) and Web (.json). - [locheck](https://github.com/Asana/locheck) - Validate .strings, .stringsdict, and strings.xml files for correctness to avoid crashes and bad translations. +- [StringSwitch](https://stringswitch.com) - Easily convert iOS .strings files to Android strings.xml format and vice versa. **[back to top](#contributing-and-collaborating)**