Skip to content

Commit

Permalink
feat(all): support Turkish
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji4n1ng committed Feb 6, 2022
1 parent 5763503 commit 6960449
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 7 deletions.
3 changes: 3 additions & 0 deletions OpenInEditor-Lite/OpenInEditor-Lite.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
95A0746322C217E800A42BC8 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
95A0746522C217EC00A42BC8 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
95A0746622C217EF00A42BC8 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
95B0614027AFAD1E009C2B4E /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
95DD629D243B4694003550B3 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
C3135D9E243F4CFA003323CF /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -144,6 +145,7 @@
ru,
it,
es,
tr,
);
mainGroup = 95A0743E22C2083E00A42BC8;
productRefGroup = 95A0744822C2083E00A42BC8 /* Products */;
Expand Down Expand Up @@ -190,6 +192,7 @@
95DD629D243B4694003550B3 /* ru */,
C3135D9E243F4CFA003323CF /* it */,
9561BB4324C1F3ED001DE0A9 /* es */,
95B0614027AFAD1E009C2B4E /* tr */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
9561BB4224C1F2FB001DE0A9 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
9590B69C226C715100362B93 /* Error.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Error.swift; sourceTree = "<group>"; };
9595D2A123BAD74D006CBB36 /* OpenInTerminal-Lite.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "OpenInTerminal-Lite.entitlements"; sourceTree = "<group>"; };
95B0613F27AFACA9009C2B4E /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
95ECC131228CF99F00416AA2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
95ECC133228CF9A100416AA2 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
95ECC134228CF9A200416AA2 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -160,6 +161,7 @@
ru,
it,
es,
tr,
);
mainGroup = 95163CD72269F0C2007C006F;
productRefGroup = 95163CE12269F0C2007C006F /* Products */;
Expand Down Expand Up @@ -206,6 +208,7 @@
E197D59B23E299B900C5A893 /* ru */,
C3135D9D243F4CD3003323CF /* it */,
9561BB4224C1F2FB001DE0A9 /* es */,
95B0613F27AFACA9009C2B4E /* tr */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
5 changes: 5 additions & 0 deletions OpenInTerminal.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@
9590B69E226CBC0000362B93 /* GeneralPreferencesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralPreferencesViewController.swift; sourceTree = "<group>"; };
9590B6A0226CBC1D00362B93 /* CustomPreferencesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomPreferencesViewController.swift; sourceTree = "<group>"; };
9592D636258CB9210031CA30 /* AppManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppManager.swift; sourceTree = "<group>"; };
95B0613C27AFAA3C009C2B4E /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Preferences.strings; sourceTree = "<group>"; };
95B0613E27AFABD5009C2B4E /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
95BAA1812279E28D005E1DAC /* AboutPreferencesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutPreferencesViewController.swift; sourceTree = "<group>"; };
95C6C33A227A9EE600F157C4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Preferences.storyboard; sourceTree = "<group>"; };
95C7C2ED257B7D63004C8355 /* App.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -560,6 +562,7 @@
ru,
it,
es,
tr,
);
mainGroup = 956C38A8225F7701001CB769;
productRefGroup = 956C38B2225F7701001CB769 /* Products */;
Expand Down Expand Up @@ -762,6 +765,7 @@
E197D59A23E2973800C5A893 /* ru */,
C3ACD4D0243E0FEF00462517 /* it */,
C1FB06722493518B004AF7B7 /* es */,
95B0613E27AFABD5009C2B4E /* tr */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand All @@ -776,6 +780,7 @@
C1FB06712493518B004AF7B7 /* es */,
95DAC9C425B473D400DB729C /* zh-Hans */,
958D0D6625BEC9310085EBEE /* en */,
95B0613C27AFAA3C009C2B4E /* tr */,
);
name = Preferences.storyboard;
sourceTree = "<group>";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="oOf-8k-ODW">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="oOf-8k-ODW">
<dependencies>
<deployment version="101202" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

English | [OpenInTerminal 中文说明](./Resources/README-zh.md) | [OpenInTerminal Türkçe](./Resources/README-tr.md)

[OpenInTerminal-Lite English](./Resources/README-Lite.md) | [OpenInTerminal-Lite 中文说明](./Resources/README-Lite-zh.md) | [OpenInTerminal-Lite Türkçe](./Resources/README-Lite-tr.md)
[OpenInTerminal-Lite English](./Resources/README-Lite.md) | [OpenInTerminal-Lite 中文说明](./Resources/README-Lite-zh.md)

## How to use 🚀

Expand All @@ -22,9 +22,9 @@ English | [OpenInTerminal 中文说明](./Resources/README-zh.md) | [OpenInTermi
| Features | OpenInTerminal | OpenInTerminal-Lite & OpenInEditor-Lite |
| --- | --- | --- |
| Support Terminal, [iTerm](https://www.iterm2.com/), [Hyper](https://github.com/zeit/hyper), [Alacritty](https://github.com/jwilm/alacritty) and [kitty](https://sw.kovidgoyal.net/kitty/). |||
| Support TextEdit, [Visual Studio Code](https://code.visualstudio.com/), [VSCode Insiders](https://code.visualstudio.com/insiders/), [Atom](https://atom.io/), [Sublime Text](https://www.sublimetext.com/), [VSCodium](https://github.com/VSCodium/vscodium), [BBEdit](https://www.barebones.com/products/bbedit/), [TextMate](https://macromates.com), [CotEditor](https://coteditor.com/), [MacVim](https://github.com/macvim-dev/macvim) and [JetBrains](https://www.jetbrains.com/)(AppCode, CLion, GoLand, IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm). |||
| Support TextEdit, [Visual Studio Code](https://code.visualstudio.com/), [VSCode Insiders](https://code.visualstudio.com/insiders/), [Atom](https://atom.io/), [Sublime Text](https://www.sublimetext.com/), [VSCodium](https://github.com/VSCodium/vscodium), [BBEdit](https://www.barebones.com/products/bbedit/), [TextMate](https://macromates.com), [CotEditor](https://coteditor.com/), [MacVim](https://github.com/macvim-dev/macvim), [JetBrains](https://www.jetbrains.com/)(AppCode, CLion, GoLand, IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm), and [Typora](https://typora.io/). |||
| Open in custom apps. (⚠️ Not all apps support.) |||
| Support English, Chinese, French, Russian, Italian and Spanish. |||
| Support English, Chinese, French, Russian, Italian, Spanish and Turkish |||
| GUI preferences |||
| Support keyboard shortcuts. |||

Expand Down Expand Up @@ -277,6 +277,7 @@ Thanks to all contributors. Your work makes OpenInTerminal better.
- [Egor](https://github.com/Rogue85)
- [arendruni](https://github.com/arendruni)
- [panta97](https://github.com/panta97)
- [bkzspam](https://github.com/bkzspam)

### Reference projects

Expand Down
1 change: 1 addition & 0 deletions Resources/README-Lite-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ tccutil reset AppleEvents wang.jianing.app.OpenInEditor-Lite
- [Egor](https://github.com/Rogue85)
- [arendruni](https://github.com/arendruni)
- [panta97](https://github.com/panta97)
- [bkzspam](https://github.com/bkzspam)

### 参考项目

Expand Down
1 change: 1 addition & 0 deletions Resources/README-Lite.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ As for <code>OpenInTerminal</code>, the icon of it in Finder Toolbar is Finder e
- [Egor](https://github.com/Rogue85)
- [arendruni](https://github.com/arendruni)
- [panta97](https://github.com/panta97)
- [bkzspam](https://github.com/bkzspam)

### Reference projects

Expand Down
1 change: 1 addition & 0 deletions Resources/README-tr.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ Katkıda bulunan herkese teşekkürler... Uğraşlarınızla OpenInTerminal daha
- [Egor](https://github.com/Rogue85)
- [arendruni](https://github.com/arendruni)
- [panta97](https://github.com/panta97)
- [bkzspam](https://github.com/bkzspam)

### Referans Projeler

Expand Down
5 changes: 3 additions & 2 deletions Resources/README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
| 功能 | OpenInTerminal | OpenInTerminal-Lite & OpenInEditor-Lite |
| --- | --- | --- |
| 支持 终端, [iTerm](https://www.iterm2.com/)[Hyper](https://github.com/zeit/hyper)[Alacritty](https://github.com/jwilm/alacritty)[kitty](https://sw.kovidgoyal.net/kitty/) |||
| 支持 文本编辑, [Visual Studio Code](https://code.visualstudio.com/), [VSCode Insiders](https://code.visualstudio.com/insiders/), [Atom](https://atom.io/), [Sublime Text](https://www.sublimetext.com/), [VSCodium](https://github.com/VSCodium/vscodium), [BBEdit](https://www.barebones.com/products/bbedit/)[TextMate](https://macromates.com)[CotEditor](https://coteditor.com/)[MacVim](https://github.com/macvim-dev/macvim)[JetBrains](https://www.jetbrains.com/)(AppCode, CLion, GoLand, IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm) |||
| 支持 文本编辑, [Visual Studio Code](https://code.visualstudio.com/), [VSCode Insiders](https://code.visualstudio.com/insiders/), [Atom](https://atom.io/), [Sublime Text](https://www.sublimetext.com/), [VSCodium](https://github.com/VSCodium/vscodium), [BBEdit](https://www.barebones.com/products/bbedit/)[TextMate](https://macromates.com)[CotEditor](https://coteditor.com/)[MacVim](https://github.com/macvim-dev/macvim), [JetBrains](https://www.jetbrains.com/)(AppCode, CLion, GoLand, IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm) 和 [Typora](https://typora.io/) |||
| 打开自定义应用(⚠️ 并不是所有的应用都支持) |||
| 支持中文,英语,法语,俄语,意大利语和西班牙语 |||
| 支持中文,英语,法语,俄语,意大利语,西班牙语和土耳其语 |||
| 图形化设置界面 |||
| 支持键盘快捷键 |||

Expand Down Expand Up @@ -142,6 +142,7 @@ brew install --cask openinterminal
- [Egor](https://github.com/Rogue85)
- [arendruni](https://github.com/arendruni)
- [panta97](https://github.com/panta97)
- [bkzspam](https://github.com/bkzspam)

### 参考项目

Expand Down

0 comments on commit 6960449

Please sign in to comment.