Skip to content

Commit

Permalink
Folder link storyboards in project
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Oct 13, 2024
1 parent 7faa8e6 commit 92ba07c
Show file tree
Hide file tree
Showing 18 changed files with 42 additions and 203 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ You have two options for adding a new localization to CotEditor.app. Choose one
- Open CotEditor.xcodeproj in Xcode, go to Project > CotEditor > Info > Localizations, and add your language to the table. Then, the new language you added will automatically appear in the string catalogs.
- CotEditor uses the String Catalog format (.xcstrings), first introduced in 2023. To add localization in each string catalog file, select your language and fill each cell of your language column in the table. Cf. [Localizing and varying text with a string catalog](https://developer.apple.com/documentation/xcode/localizing-and-varying-text-with-a-string-catalog)
- You can find the string catalogs to localize under:
- CotEditor/Storyboards/
- CotEditor/Resources/Localizables/
- CotEditor/Resources/Storyboards/
- Packages/EditorCore/Sources/CharacterInfo/Resources/
- Packages/EditorCore/Sources/FileEncoding/Resources/
- Packages/EditorCore/Sources/LineEnding/Resources/
- Packages/EditorCore/Sources/StringUtils/Resources/
- Packages/EditorCore/Sources/Syntax/Resources/
- Note that you don't need to localize the UnicodeBlock.strings file in Packages/Libraries/Sources/CharacterInfo/. It will be done by @1024jp based on Apple's localization data.
- Note that you don't need to localize the UnicodeBlock.strings file in Packages/Libraries/Sources/CharacterInfo/. It will be done by @1024jp based on the Apple's localization data.
- Option 2: Communicate with the maintainer personally and work with a provided localization template (.xcloc file):
- Send a message to the maintainer (@1024jp) either by creating a new issue on GitHub or by e-mail to ask for the localization template (.xcloc file) for your language. When you receive the .xcloc file, open it in Xcode and fill each cell of your language column in the tables. When finished, send the template file back to the maintainer.

Expand Down
237 changes: 38 additions & 199 deletions CotEditor.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="23091" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="fdE-8e-ywb">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="23094" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="fdE-8e-ywb">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23091"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23094"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 92ba07c

Please sign in to comment.