We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a277f commit ada387fCopy full SHA for ada387f
translations/handleSwiftNextcloudUITranslations.sh
@@ -20,6 +20,12 @@ tx push -s
20
# pull translations
21
tx pull -f -a
22
23
+# Use de_DE instead of de
24
+# 1. Remove informal german keys
25
+# 2. Replace formal german with informal german key
26
+# 3. Save again
27
+cat Sources/SwiftNextcloudUI/Localizable.xcstrings | jq '. | del(.strings .[] .localizations .de)' | sed 's/"de_DE": {/"de": {/' > Sources/SwiftNextcloudUI/Localizable.xcstrings
28
+
29
# create git commit and push it
30
git add .
31
git commit -am "fix(l10n): Update translations from Transifex" -s || true
0 commit comments