Skip to content

Commit 240f8c0

Browse files
authored
Поправил локализацию для фото (#183)
1 parent 825c9e1 commit 240f8c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SwiftUI-WorkoutApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@
10591059
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
10601060
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
10611061
CODE_SIGN_STYLE = Automatic;
1062-
CURRENT_PROJECT_VERSION = 1;
1062+
CURRENT_PROJECT_VERSION = 2;
10631063
DEVELOPMENT_ASSET_PATHS = "SwiftUI-WorkoutApp/Preview\\ Content/PreviewContent.swift SwiftUI-WorkoutApp/Preview\\ Content";
10641064
DEVELOPMENT_TEAM = CR68PP2Z3F;
10651065
ENABLE_PREVIEWS = YES;
@@ -1095,7 +1095,7 @@
10951095
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
10961096
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
10971097
CODE_SIGN_STYLE = Automatic;
1098-
CURRENT_PROJECT_VERSION = 1;
1098+
CURRENT_PROJECT_VERSION = 2;
10991099
DEVELOPMENT_ASSET_PATHS = "SwiftUI-WorkoutApp/Preview\\ Content/PreviewContent.swift SwiftUI-WorkoutApp/Preview\\ Content";
11001100
DEVELOPMENT_TEAM = CR68PP2Z3F;
11011101
ENABLE_PREVIEWS = YES;

SwiftUI-WorkoutApp/Resources/Localizable.xcstrings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@
634634
"few" : {
635635
"stringUnit" : {
636636
"state" : "translated",
637-
"value" : "%d фотография"
637+
"value" : "%d фотографии"
638638
}
639639
},
640640
"many" : {
@@ -4090,4 +4090,4 @@
40904090
}
40914091
},
40924092
"version" : "1.0"
4093-
}
4093+
}

0 commit comments

Comments
 (0)