Skip to content

Commit 03ed20b

Browse files
Merge pull request #804 from nextcloud/bugfix/noid/ios-notes
fix(translation): Fix resource list of iOS Notes
2 parents 4e86368 + e27a248 commit 03ed20b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

translations/handleiOSNotesTranslations.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ rm -r Source/*.lproj/Localizable.strings
1919
rm -r Source/*.lproj/Main_iPhone.strings
2020
rm -r Source/*.lproj/Categories.strings
2121
rm -r Source/Settings.bundle/*.lproj/Root.strings
22-
rm -r Source/Screens/Settings/*.lproj/Settings.strings
2322

2423
git checkout -- Source/en.lproj/Localizable.strings
2524
git checkout -- Source/en.lproj/Main_iPhone.strings
2625
git checkout -- Source/en.lproj/Categories.strings
2726
git checkout -- Source/Settings.bundle/en.lproj/Root.strings
28-
git checkout -- Source/Screens/Settings/en.lproj/Settings.strings
2927

3028

3129
# push sources
@@ -40,13 +38,11 @@ rm -rf Source/de.lproj/Localizable.strings
4038
rm -rf Source/de.lproj/Main_iPhone.strings
4139
rm -rf Source/de.lproj/Categories.strings
4240
rm -rf Source/Settings.bundle/de.lproj/Root.strings
43-
rm -rf Source/Screens/Settings/de.lproj/Settings.strings
4441

4542
mv Source/de_DE.lproj/Localizable.strings Source/de.lproj/Localizable.strings
4643
mv Source/de_DE.lproj/Main_iPhone.strings Source/de.lproj/Main_iPhone.strings
4744
mv Source/de_DE.lproj/Categories.strings Source/de.lproj/Categories.strings
4845
mv Source/Settings.bundle/de_DE.lproj/Root.strings Source/Settings.bundle/de.lproj/Root.strings
49-
mv Source/Screens/Settings/de_DE.lproj/Settings.strings Source/Screens/Settings/de.lproj/Settings.strings
5046

5147
# create git commit and push it
5248
git add .

0 commit comments

Comments
 (0)