Fix translation

This commit is contained in:
Angelk90
2023-04-15 13:02:06 +02:00
committed by GitHub
parent 5a3795ab51
commit e10a35672e
3 changed files with 8 additions and 8 deletions

View File

@@ -188,10 +188,10 @@
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
ru,
en,
it,
ru,
);
mainGroup = 69DA9A0529E0BF5100A442DA;
packageReferences = (
@@ -248,8 +248,8 @@
isa = PBXVariantGroup;
children = (
69D2C32C29E77F2200EC7E30 /* Base */,
69D2C33029E789AF00EC7E30 /* ru */,
A3930F0629EAB2D1008F891D /* it */,
69D2C33029E789AF00EC7E30 /* ru */,
);
name = Localizable.strings;
sourceTree = "<group>";
@@ -258,8 +258,8 @@
isa = PBXVariantGroup;
children = (
69D2C33729E78DF400EC7E30 /* Base */,
69D2C33929E78DFD00EC7E30 /* ru */,
A3930F0529EAB2D1008F891D /* it */,
69D2C33929E78DFD00EC7E30 /* ru */,
);
name = Localizable.stringsdict;
sourceTree = "<group>";

View File

@@ -12,9 +12,9 @@
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>uno</key>
<key>one</key>
<string>%d file</string>
<key>altro</key>
<key>other</key>
<string>%d files</string>
</dict>
</dict>

View File

@@ -12,9 +12,9 @@
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<key>uno</key>
<string>%d file</string>
<key>other</key>
<key>altro</key>
<string>%d files</string>
</dict>
</dict>