Skip to content

Commit

Permalink
Squashed 'Scribe/i18n/' changes from 13a4d74..cd28e5e
Browse files Browse the repository at this point in the history
cd28e5e Merge pull request scribe-org#25 from weblate/weblate-scribe-scribe-i18n
dc922d8 Translated using Weblate (Swedish)
997460b Translated using Weblate (Spanish)
a99deb4 Translated using Weblate (German)
eff6dee Merge pull request scribe-org#24 from Jag-Marcel/new-strings
7ad62b4 Merge branch 'main' into new-strings
b020823 Merge pull request scribe-org#23 from weblate/weblate-scribe-scribe-i18n
463dd85 New strings for Scribe-iOS translation picker
dde9e54 Translated using Weblate (Swedish)
65d4274 Translated using Weblate (Swedish)
f2c989d Translated using Weblate (Swedish)
d230853 Merge pull request scribe-org#22 from Jag-Marcel/minor-fix
dc219d4 Minor fix to conversion script

git-subtree-dir: Scribe/i18n
git-subtree-split: cd28e5e4ad8f50026e6e4d5b63e489819152e1e6
  • Loading branch information
Jag-Marcel committed Jul 26, 2024
1 parent 3090961 commit 8799094
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 170 deletions.
2 changes: 1 addition & 1 deletion Scribe-i18n/Scripts/convert_jsons_to_xcstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

data += " }\n" " },\n" if pos < len(file) else " }\n" " }\n"

data += " }},\n" ' "version" : "1.0"\n' "}}"
data += " },\n" ' "version" : "1.0"\n' "}"
open(os.path.join(directory, "Localizable.xcstrings"), "w").write(data)

print(
Expand Down
Loading

0 comments on commit 8799094

Please sign in to comment.