File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,11 @@ rm -r Source/*.lproj/Localizable.strings
19
19
rm -r Source/* .lproj/Main_iPhone.strings
20
20
rm -r Source/* .lproj/Categories.strings
21
21
rm -r Source/Settings.bundle/* .lproj/Root.strings
22
- rm -r Source/Screens/Settings/* .lproj/Settings.strings
23
22
24
23
git checkout -- Source/en.lproj/Localizable.strings
25
24
git checkout -- Source/en.lproj/Main_iPhone.strings
26
25
git checkout -- Source/en.lproj/Categories.strings
27
26
git checkout -- Source/Settings.bundle/en.lproj/Root.strings
28
- git checkout -- Source/Screens/Settings/en.lproj/Settings.strings
29
27
30
28
31
29
# push sources
@@ -40,13 +38,11 @@ rm -rf Source/de.lproj/Localizable.strings
40
38
rm -rf Source/de.lproj/Main_iPhone.strings
41
39
rm -rf Source/de.lproj/Categories.strings
42
40
rm -rf Source/Settings.bundle/de.lproj/Root.strings
43
- rm -rf Source/Screens/Settings/de.lproj/Settings.strings
44
41
45
42
mv Source/de_DE.lproj/Localizable.strings Source/de.lproj/Localizable.strings
46
43
mv Source/de_DE.lproj/Main_iPhone.strings Source/de.lproj/Main_iPhone.strings
47
44
mv Source/de_DE.lproj/Categories.strings Source/de.lproj/Categories.strings
48
45
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
50
46
51
47
# create git commit and push it
52
48
git add .
You can’t perform that action at this time.
0 commit comments