mirror of
https://github.com/grishka/NearDrop.git
synced 2026-04-03 01:36:15 +02:00
Merge pull request #57 from krittamark/master
Add localization for Thai language
This commit is contained in:
BIN
NearDrop/th.lproj/Localizable.strings
Normal file
BIN
NearDrop/th.lproj/Localizable.strings
Normal file
Binary file not shown.
22
NearDrop/th.lproj/Localizable.stringsdict
Normal file
22
NearDrop/th.lproj/Localizable.stringsdict
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>NFiles</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSStringLocalizedFormatKey</key>
|
||||||
|
<string>%#@files@</string>
|
||||||
|
<key>files</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSStringFormatSpecTypeKey</key>
|
||||||
|
<string>NSStringPluralRuleType</string>
|
||||||
|
<key>NSStringFormatValueTypeKey</key>
|
||||||
|
<string>d</string>
|
||||||
|
<key>one</key>
|
||||||
|
<string>%d ไฟล์</string>
|
||||||
|
<key>other</key>
|
||||||
|
<string>%d ไฟล์</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Reference in New Issue
Block a user