Don't add android localization strings into ios files and vice versa #1793

Merged
root merged 3 commits from pastk-strings-pyscripts into master 2022-01-08 11:01:50 +00:00

3 commits

Author SHA1 Message Date
3ad468d80d [tools] Added android tag to harcoded categories and colors in strings.txt
Also got rid of a single hardcoded NSLocalizedString usage instance.

Needed-for: #587

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-01-08 12:52:29 +03:00
9b45775d78 [strings] Fix strings.txt tags format - remove erroneous whitespace
Needed-for: #587

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-01-07 14:19:15 +03:00
566bb78034 [tools] Don't add android strings into ios files and vice versa
clean_strings_txt.py:
- remove erroneous whitespace between tags
- fix regression from #1779
- more verbose logging

generate_localizations.sh:
- include needed platform tag only and --untagged for types_strings.txt

Needed-for: #587

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2022-01-07 14:19:15 +03:00