Export localizations and add transifex.yml config file
This commit is contained in:
4
damus/en.lproj/InfoPlist.strings
Normal file
4
damus/en.lproj/InfoPlist.strings
Normal file
@@ -0,0 +1,4 @@
|
||||
/* Bundle display name */
|
||||
"CFBundleDisplayName" = "Damus";
|
||||
/* Bundle name */
|
||||
"CFBundleName" = "damus";
|
||||
BIN
damus/en.lproj/Localizable.strings
Normal file
BIN
damus/en.lproj/Localizable.strings
Normal file
Binary file not shown.
@@ -5,7 +5,7 @@
|
||||
<key>replying_to_one_and_others</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>Replying to %2$@%#@others@</string>
|
||||
<string>Replying to %@%#@others@</string>
|
||||
<key>others</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
@@ -23,7 +23,7 @@
|
||||
<key>replying_to_two_and_others</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>Replying to %2$@, %3$@%#@others@</string>
|
||||
<string>Replying to %@, %@%#@others@</string>
|
||||
<key>others</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
|
||||
Reference in New Issue
Block a user