Skip to content

Commit 9983910

Browse files
Update localization
1 parent e8baf45 commit 9983910

4 files changed

Lines changed: 50 additions & 41 deletions

File tree

Localization

LocationSimulator.xcodeproj/project.pbxproj

Lines changed: 47 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
633A45FF22F996DA005B3BE0 /* WindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 130F510920AE9634002A61F1 /* WindowController.swift */; };
3434
633A460122F996DE005B3BE0 /* MapViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13BA351B20A433EE00A0431C /* MapViewController.swift */; };
3535
633A460322F996E1005B3BE0 /* NSView+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 130F510B20AED69B002A61F1 /* NSView+Extension.swift */; };
36-
633C74C025AA28DF00161DB4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 633C74BE25AA28DF00161DB4 /* Localizable.strings */; };
3736
633C74C325AA293300161DB4 /* CoordinateSelectionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 633C74C225AA293300161DB4 /* CoordinateSelectionView.xib */; };
3837
633C74C625AA293900161DB4 /* GPXSelectionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 633C74C525AA293900161DB4 /* GPXSelectionView.xib */; };
3938
633C74C925AA293F00161DB4 /* ProgressView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 633C74C825AA293F00161DB4 /* ProgressView.xib */; };
@@ -47,6 +46,11 @@
4746
63525927258B74750031F289 /* RecentLocationMenubarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63525926258B74750031F289 /* RecentLocationMenubarItem.swift */; };
4847
6352592B258B75190031F289 /* FileMenubarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6352592A258B75190031F289 /* FileMenubarItem.swift */; };
4948
63525959258E8FC80031F289 /* HUDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63525958258E8FC80031F289 /* HUDView.swift */; };
49+
6357230D28EDD27A00E20D58 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 635722FF28EDD27A00E20D58 /* Localizable.strings */; };
50+
6357230E28EDD27A00E20D58 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 6357230328EDD27A00E20D58 /* LICENSE */; };
51+
6357230F28EDD27A00E20D58 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 6357230828EDD27A00E20D58 /* README.md */; };
52+
6357231028EDD27A00E20D58 /* MainMenuTranslations.plist in Resources */ = {isa = PBXBuildFile; fileRef = 6357230928EDD27A00E20D58 /* MainMenuTranslations.plist */; };
53+
6357231128EDD27A00E20D58 /* MainMenuTranslate.py in Resources */ = {isa = PBXBuildFile; fileRef = 6357230A28EDD27A00E20D58 /* MainMenuTranslate.py */; };
5054
635C13812596EA5700BEB53B /* GPXParser in Frameworks */ = {isa = PBXBuildFile; productRef = 635C13802596EA5700BEB53B /* GPXParser */; };
5155
635C13862596EA6600BEB53B /* Downloader in Frameworks */ = {isa = PBXBuildFile; productRef = 635C13852596EA6600BEB53B /* Downloader */; };
5256
635C13892596EA9900BEB53B /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 635C13882596EA9800BEB53B /* Array+Extension.swift */; };
@@ -111,7 +115,6 @@
111115
63D734FE27E90C800044918C /* CLogger in Frameworks */ = {isa = PBXBuildFile; productRef = 63D734FD27E90C800044918C /* CLogger */; };
112116
63D7350027EB74F10044918C /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63D734FF27EB74F10044918C /* Constants.swift */; };
113117
63D7350227EDACA90044918C /* NavigationRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63D7350127EDACA90044918C /* NavigationRenderer.swift */; };
114-
63DAFBD827E132D800C09864 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 63DAFBD627E132D800C09864 /* Localizable.strings */; };
115118
63DBFFE225961563005EAB02 /* NSResponder+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63DBFFE125961563005EAB02 /* NSResponder+Extension.swift */; };
116119
63E8DA83230C258C000C75FF /* DeveloperDiskImages.plist in Resources */ = {isa = PBXBuildFile; fileRef = 63E8DA82230C258C000C75FF /* DeveloperDiskImages.plist */; };
117120
63F8C637281ABE7400101E24 /* LocationSimulatorHelp.help in Resources */ = {isa = PBXBuildFile; fileRef = 63F8C631281AB51700101E24 /* LocationSimulatorHelp.help */; };
@@ -132,7 +135,6 @@
132135
/* End PBXContainerItemProxy section */
133136

134137
/* Begin PBXFileReference section */
135-
044AD6C9260E1E9700F42E76 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = Localization/sv.lproj/Localizable.strings; sourceTree = "<group>"; };
136138
130F510920AE9634002A61F1 /* WindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowController.swift; sourceTree = "<group>"; };
137139
130F510B20AED69B002A61F1 /* NSView+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSView+Extension.swift"; sourceTree = "<group>"; };
138140
13BA351620A433EE00A0431C /* LocationSimulator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LocationSimulator.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -166,15 +168,12 @@
166168
632C466223F4D9C8004E5092 /* CoordinateStepper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoordinateStepper.swift; sourceTree = "<group>"; };
167169
632C466423F7638A004E5092 /* MenubarItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenubarItem.swift; sourceTree = "<group>"; };
168170
6336A39827F5EDA20065C798 /* NavigationOverlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigationOverlay.swift; sourceTree = "<group>"; };
169-
633C74BF25AA28DF00161DB4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = Localization/en.lproj/Localizable.strings; sourceTree = "<group>"; };
170171
633C74C225AA293300161DB4 /* CoordinateSelectionView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CoordinateSelectionView.xib; sourceTree = "<group>"; };
171172
633C74C525AA293900161DB4 /* GPXSelectionView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = GPXSelectionView.xib; sourceTree = "<group>"; };
172173
633C74C825AA293F00161DB4 /* ProgressView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ProgressView.xib; sourceTree = "<group>"; };
173174
633C74D425AA2CE800161DB4 /* Main.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Storyboard/Main.storyboard; sourceTree = "<group>"; };
174-
633C74FA25AA5E5800161DB4 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Localization/de.lproj/Localizable.strings; sourceTree = "<group>"; };
175175
633C74FD25AA789100161DB4 /* XIBLocalizable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XIBLocalizable.swift; sourceTree = "<group>"; };
176176
633C750125AA78F900161DB4 /* String+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extension.swift"; sourceTree = "<group>"; };
177-
633C750E25AAB0B700161DB4 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localization/es.lproj/Localizable.strings; sourceTree = "<group>"; };
178177
6347E22C281ACACA00A7F9C9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
179178
6352590F258AC0950031F289 /* LicenseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LicenseViewController.swift; sourceTree = "<group>"; };
180179
63525912258AC7F00031F289 /* Licenses.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Licenses.plist; path = "Supporting Files/Licenses.plist"; sourceTree = "<group>"; };
@@ -183,6 +182,19 @@
183182
63525926258B74750031F289 /* RecentLocationMenubarItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecentLocationMenubarItem.swift; sourceTree = "<group>"; };
184183
6352592A258B75190031F289 /* FileMenubarItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileMenubarItem.swift; sourceTree = "<group>"; };
185184
63525958258E8FC80031F289 /* HUDView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HUDView.swift; sourceTree = "<group>"; };
185+
6357230028EDD27A00E20D58 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
186+
6357230128EDD27A00E20D58 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
187+
6357230228EDD27A00E20D58 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
188+
6357230328EDD27A00E20D58 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
189+
6357230428EDD27A00E20D58 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
190+
6357230528EDD27A00E20D58 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
191+
6357230628EDD27A00E20D58 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
192+
6357230728EDD27A00E20D58 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; };
193+
6357230828EDD27A00E20D58 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
194+
6357230928EDD27A00E20D58 /* MainMenuTranslations.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = MainMenuTranslations.plist; sourceTree = "<group>"; };
195+
6357230A28EDD27A00E20D58 /* MainMenuTranslate.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = MainMenuTranslate.py; sourceTree = "<group>"; };
196+
6357230B28EDD27A00E20D58 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
197+
6357230C28EDD27A00E20D58 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
186198
635C13882596EA9800BEB53B /* Array+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+Extension.swift"; sourceTree = "<group>"; };
187199
635CF716280E03820092A99B /* DonateWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DonateWindowController.swift; sourceTree = "<group>"; };
188200
635CF718280E039B0092A99B /* DonateSidebarViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DonateSidebarViewController.swift; sourceTree = "<group>"; };
@@ -258,8 +270,6 @@
258270
63CA735C281E0588007747D3 /* upload_devdiskimage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = upload_devdiskimage.png; sourceTree = "<group>"; };
259271
63CA735D281E0588007747D3 /* topic-2-developerdiskimage.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = "topic-2-developerdiskimage.md"; sourceTree = "<group>"; };
260272
63CA735E281E0588007747D3 /* topic-3-spoof-location.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = "topic-3-spoof-location.md"; sourceTree = "<group>"; };
261-
63D56BB725B09ADF00DE5E05 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = Localization/fr.lproj/Localizable.strings; sourceTree = "<group>"; };
262-
63D56BB825B09C0700DE5E05 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "Localization/zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
263273
63D5DF3327D6720000F2DCD3 /* DeveloperDiskImagesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeveloperDiskImagesViewController.swift; sourceTree = "<group>"; };
264274
63D5DF3727D8F12E00F2DCD3 /* AddDeveloperDiskImageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddDeveloperDiskImageView.swift; sourceTree = "<group>"; };
265275
63D5DF3927D8F14B00F2DCD3 /* AddDeveloperDiskImageView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = AddDeveloperDiskImageView.xib; sourceTree = "<group>"; };
@@ -269,8 +279,6 @@
269279
63D734EF27E903370044918C /* FileManager+Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "FileManager+Logger.swift"; sourceTree = "<group>"; };
270280
63D734FF27EB74F10044918C /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
271281
63D7350127EDACA90044918C /* NavigationRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigationRenderer.swift; sourceTree = "<group>"; };
272-
63DAFBCA27E12DDA00C09864 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = Localization/it.lproj/Localizable.strings; sourceTree = "<group>"; };
273-
63DAFBD727E132D800C09864 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Localizable.strings; sourceTree = "<group>"; };
274282
63DBFFE125961563005EAB02 /* NSResponder+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSResponder+Extension.swift"; sourceTree = "<group>"; };
275283
63E4B62F24997A90009B779B /* libusbmuxd-2.0.6.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libusbmuxd-2.0.6.dylib"; path = "../../../../usr/local/Cellar/libusbmuxd/2.0.2/lib/libusbmuxd-2.0.6.dylib"; sourceTree = "<group>"; };
276284
63E4B63124997AC0009B779B /* libplist-2.0.3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libplist-2.0.3.dylib"; path = "../../../../usr/local/Cellar/libplist/2.2.0/lib/libplist-2.0.3.dylib"; sourceTree = "<group>"; };
@@ -324,8 +332,7 @@
324332
isa = PBXGroup;
325333
children = (
326334
6347E1F5281ACACA00A7F9C9 /* Help */,
327-
63DAFBD527E132D800C09864 /* Base.lproj */,
328-
633C74BE25AA28DF00161DB4 /* Localizable.strings */,
335+
635722FE28EDD27A00E20D58 /* Localization */,
329336
13BA351820A433EE00A0431C /* LocationSimulator */,
330337
13BA351720A433EE00A0431C /* Products */,
331338
633A433B22F9926C005B3BE0 /* Frameworks */,
@@ -586,6 +593,18 @@
586593
path = Common;
587594
sourceTree = "<group>";
588595
};
596+
635722FE28EDD27A00E20D58 /* Localization */ = {
597+
isa = PBXGroup;
598+
children = (
599+
635722FF28EDD27A00E20D58 /* Localizable.strings */,
600+
6357230328EDD27A00E20D58 /* LICENSE */,
601+
6357230828EDD27A00E20D58 /* README.md */,
602+
6357230928EDD27A00E20D58 /* MainMenuTranslations.plist */,
603+
6357230A28EDD27A00E20D58 /* MainMenuTranslate.py */,
604+
);
605+
path = Localization;
606+
sourceTree = "<group>";
607+
};
589608
635CF715280E03670092A99B /* Donate */ = {
590609
isa = PBXGroup;
591610
children = (
@@ -806,15 +825,6 @@
806825
path = AddDeveloperDiskImageView;
807826
sourceTree = "<group>";
808827
};
809-
63DAFBD527E132D800C09864 /* Base.lproj */ = {
810-
isa = PBXGroup;
811-
children = (
812-
63DAFBD627E132D800C09864 /* Localizable.strings */,
813-
);
814-
name = Base.lproj;
815-
path = Localization/Base.lproj;
816-
sourceTree = "<group>";
817-
};
818828
63FC479523022D3A00BBB2E8 /* Extensions */ = {
819829
isa = PBXGroup;
820830
children = (
@@ -940,6 +950,7 @@
940950
Base,
941951
_English,
942952
"-english",
953+
nl,
943954
);
944955
mainGroup = 13BA350D20A433ED00A0431C;
945956
packageReferences = (
@@ -965,15 +976,18 @@
965976
buildActionMask = 2147483647;
966977
files = (
967978
63F8C637281ABE7400101E24 /* LocationSimulatorHelp.help in Resources */,
979+
6357230D28EDD27A00E20D58 /* Localizable.strings in Resources */,
980+
6357231028EDD27A00E20D58 /* MainMenuTranslations.plist in Resources */,
981+
6357231128EDD27A00E20D58 /* MainMenuTranslate.py in Resources */,
982+
6357230E28EDD27A00E20D58 /* LICENSE in Resources */,
968983
633C74C925AA293F00161DB4 /* ProgressView.xib in Resources */,
969984
633C750D25AA8C6800161DB4 /* Main.storyboard in Resources */,
970985
63D5DF3A27D8F14B00F2DCD3 /* AddDeveloperDiskImageView.xib in Resources */,
971986
633C74C625AA293900161DB4 /* GPXSelectionView.xib in Resources */,
972987
633C74C325AA293300161DB4 /* CoordinateSelectionView.xib in Resources */,
973988
13BA351E20A433EF00A0431C /* Assets.xcassets in Resources */,
974-
633C74C025AA28DF00161DB4 /* Localizable.strings in Resources */,
975-
63DAFBD827E132D800C09864 /* Localizable.strings in Resources */,
976989
6305075423FB06A700EF529A /* Credits.rtf in Resources */,
990+
6357230F28EDD27A00E20D58 /* README.md in Resources */,
977991
63525913258AC7F00031F289 /* Licenses.plist in Resources */,
978992
63E8DA83230C258C000C75FF /* DeveloperDiskImages.plist in Resources */,
979993
6372E3742824708200188416 /* applescript.sdef in Resources */,
@@ -1148,16 +1162,18 @@
11481162
/* End PBXTargetDependency section */
11491163

11501164
/* Begin PBXVariantGroup section */
1151-
633C74BE25AA28DF00161DB4 /* Localizable.strings */ = {
1165+
635722FF28EDD27A00E20D58 /* Localizable.strings */ = {
11521166
isa = PBXVariantGroup;
11531167
children = (
1154-
633C74BF25AA28DF00161DB4 /* en */,
1155-
633C74FA25AA5E5800161DB4 /* de */,
1156-
633C750E25AAB0B700161DB4 /* es */,
1157-
63D56BB725B09ADF00DE5E05 /* fr */,
1158-
63D56BB825B09C0700DE5E05 /* zh-Hans */,
1159-
044AD6C9260E1E9700F42E76 /* sv */,
1160-
63DAFBCA27E12DDA00C09864 /* it */,
1168+
6357230028EDD27A00E20D58 /* de */,
1169+
6357230128EDD27A00E20D58 /* zh-Hans */,
1170+
6357230228EDD27A00E20D58 /* en */,
1171+
6357230428EDD27A00E20D58 /* es */,
1172+
6357230528EDD27A00E20D58 /* it */,
1173+
6357230628EDD27A00E20D58 /* sv */,
1174+
6357230728EDD27A00E20D58 /* Base */,
1175+
6357230B28EDD27A00E20D58 /* fr */,
1176+
6357230C28EDD27A00E20D58 /* nl */,
11611177
);
11621178
name = Localizable.strings;
11631179
sourceTree = "<group>";
@@ -1178,14 +1194,6 @@
11781194
name = index.md;
11791195
sourceTree = "<group>";
11801196
};
1181-
63DAFBD627E132D800C09864 /* Localizable.strings */ = {
1182-
isa = PBXVariantGroup;
1183-
children = (
1184-
63DAFBD727E132D800C09864 /* Base */,
1185-
);
1186-
name = Localizable.strings;
1187-
sourceTree = "<group>";
1188-
};
11891197
/* End PBXVariantGroup section */
11901198

11911199
/* Begin XCBuildConfiguration section */

LocationSimulator.xcodeproj/xcshareddata/xcschemes/LocationSimulator.xcscheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
buildConfiguration = "Debug"
3535
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3636
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
language = "en"
3738
launchStyle = "0"
3839
useCustomWorkingDirectory = "NO"
3940
ignoresPersistentStateOnLaunch = "NO"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ Donations are always welcome! I will use the money to further develop the softwa
170170
Look at the [`Projects`](https://github.com/Schlaubischlump/LocationSimulator/projects) tab to see a list of planned features for the next releases.
171171
172172
## Acknowledgement
173-
Special thanks to [@bailaowai](https://github.com/bailaowai) and his son for the Spanish and Chinese translation. [@Rithari](https://github.com/rithari) for the Italian translation and [@devmaximilian](https://github.com/devmaximilian) for his continuous contributions to the Swedish translation. Special thanks goes to [@bslatyer](https://github.com/bslatyer) as well for his debugging support and his quick responses, when new issues arise !
173+
Special thanks to [@bailaowai](https://github.com/bailaowai) and his son for the Spanish and Chinese translation. [@Rithari](https://github.com/rithari) for the Italian translation, [@devmaximilian](https://github.com/devmaximilian) for his continuous contributions to the Swedish translation and [@Black-Dragon-Spirit](https://github.com/Black-Dragon-Spirit) for the dutch translation. Special thanks goes to [@bslatyer](https://github.com/bslatyer) as well for his debugging support and his quick responses, when new issues arise !

0 commit comments

Comments
 (0)