Skip to content

Commit b11f2be

Browse files
committed
Finalized traditional Chinese localization and added a TRANSLATIONS file with information on localzation.
1 parent e51f912 commit b11f2be

File tree

4 files changed

+95
-77
lines changed

4 files changed

+95
-77
lines changed

Mac Linux USB Loader.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
24CA6BFA1656F7A700061D2F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 24CA6BF91656F7A700061D2F /* main.m */; };
5252
24CA6C071656F7A700061D2F /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 24CA6C051656F7A700061D2F /* MainMenu.xib */; };
5353
24EBEE37176676F5002A5452 /* Icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 24EBEE36176676F5002A5452 /* Icon.icns */; };
54+
24FDAFA418071D5B0013D0DA /* TRANSLATIONS in Resources */ = {isa = PBXBuildFile; fileRef = 24FDAFA318071D5B0013D0DA /* TRANSLATIONS */; };
5455
/* End PBXBuildFile section */
5556

5657
/* Begin PBXCopyFilesBuildPhase section */
@@ -163,6 +164,7 @@
163164
24CA6C15165701BD00061D2F /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = Resources/Icon.png; sourceTree = "<group>"; };
164165
24DB8AB81659AB0700F7C947 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
165166
24EBEE36176676F5002A5452 /* Icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Icon.icns; sourceTree = "<group>"; };
167+
24FDAFA318071D5B0013D0DA /* TRANSLATIONS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TRANSLATIONS; sourceTree = "<group>"; };
166168
/* End PBXFileReference section */
167169

168170
/* Begin PBXFrameworksBuildPhase section */
@@ -290,6 +292,7 @@
290292
children = (
291293
2477560B17D25B1C0076A461 /* Localizable.strings */,
292294
24DB8AB81659AB0700F7C947 /* README */,
295+
24FDAFA318071D5B0013D0DA /* TRANSLATIONS */,
293296
24CA6BF31656F7A700061D2F /* Mac Linux USB Loader */,
294297
2419A0C117209608008E0137 /* Compatibility Tester */,
295298
24728A6616BD9C1B00920062 /* Icons */,
@@ -492,6 +495,7 @@
492495
240C7B5C175AE63F00AEAFC9 /* Boot.icns in Resources */,
493496
24EBEE37176676F5002A5452 /* Icon.icns in Resources */,
494497
241EC8A417A5F4880084ED83 /* defaults.plist in Resources */,
498+
24FDAFA418071D5B0013D0DA /* TRANSLATIONS in Resources */,
495499
2477560917D25B1C0076A461 /* Localizable.strings in Resources */,
496500
);
497501
runOnlyForDeploymentPostprocessing = 0;

Mac Linux USB Loader/es.lproj/MainMenu.xib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
<value key="minSize" type="size" width="509" height="234"/>
333333
<view key="contentView" id="535">
334334
<rect key="frame" x="0.0" y="0.0" width="509" height="234"/>
335-
<autoresizingMask key="autoresizingMask"/>
335+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
336336
<subviews>
337337
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="541">
338338
<rect key="frame" x="17" y="-5" width="222" height="222"/>

0 commit comments

Comments
 (0)