Skip to content

Commit 601152a

Browse files
authored
Merge pull request iampawan#13 from Ahmet-Kaplan/master
Rename i18n files and fixing the ios build error
2 parents f4901c7 + d6f9ce7 commit 601152a

File tree

4 files changed

+21
-53
lines changed

4 files changed

+21
-53
lines changed

ios/Podfile.lock

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
PODS:
2-
- Flutter (1.0.0)
3-
4-
DEPENDENCIES:
5-
- Flutter (from `.symlinks/flutter/ios`)
6-
7-
EXTERNAL SOURCES:
8-
Flutter:
9-
:path: ".symlinks/flutter/ios"
10-
11-
SPEC CHECKSUMS:
12-
Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296
13-
141
PODFILE CHECKSUM: 1e5af4103afd21ca5ead147d7b81d06f494f51a2
152

16-
COCOAPODS: 1.5.2
3+
COCOAPODS: 1.5.3

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@
158158
97C146EC1CF9000F007C117D /* Resources */,
159159
9705A1C41CF9048500538489 /* Embed Frameworks */,
160160
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
161-
25E3D5DE92365D1B89E165D7 /* [CP] Embed Pods Frameworks */,
162161
);
163162
buildRules = (
164163
);
@@ -218,24 +217,6 @@
218217
/* End PBXResourcesBuildPhase section */
219218

220219
/* Begin PBXShellScriptBuildPhase section */
221-
25E3D5DE92365D1B89E165D7 /* [CP] Embed Pods Frameworks */ = {
222-
isa = PBXShellScriptBuildPhase;
223-
buildActionMask = 2147483647;
224-
files = (
225-
);
226-
inputPaths = (
227-
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
228-
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
229-
);
230-
name = "[CP] Embed Pods Frameworks";
231-
outputPaths = (
232-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
233-
);
234-
runOnlyForDeploymentPostprocessing = 0;
235-
shellPath = /bin/sh;
236-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
237-
showEnvVarsInLog = 0;
238-
};
239220
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
240221
isa = PBXShellScriptBuildPhase;
241222
buildActionMask = 2147483647;

locale/i18n_en.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"app_name":"फ़्लटर यूआई-किट ",
3-
"enter_code_label":"फ़ोन नम्बर",
4-
"enter_code_hint":"10 डिजिट का फ़ोन नम्बर ",
5-
"enter_otp_label":"ओ टी पी",
6-
"enter_otp_hint":"4 डिजिट ओ टी पी",
7-
"get_otp":"ओ टी पी मँगायें ",
8-
"resend_otp":"ओ टी पी दुबारा मँगायें",
9-
"login":"लॉगिन",
10-
"enter_valid_number":"10 डिजिट का ही नम्बर डालें",
11-
"enter_valid_otp":"4 डिजिट का ही ओ टी पी डालें"
2+
"app_name":"Flutter UI-Kit ",
3+
"enter_code_label":"Phone Number",
4+
"enter_code_hint":"10 Digit Phone Number",
5+
"enter_otp_label":"OTP",
6+
"enter_otp_hint":"4 Digit OTP",
7+
"get_otp":"Get OTP",
8+
"resend_otp":"Resend OTP",
9+
"login":"Login",
10+
"enter_valid_number":"Enter 10 digit phone number",
11+
"enter_valid_otp":"Enter 4 digit otp"
1212
}

locale/i18n_hi.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"app_name":"Flutter UI-Kit ",
3-
"enter_code_label":"Phone Number",
4-
"enter_code_hint":"10 Digit Phone Number",
5-
"enter_otp_label":"OTP",
6-
"enter_otp_hint":"4 Digit OTP",
7-
"get_otp":"Get OTP",
8-
"resend_otp":"Resend OTP",
9-
"login":"Login",
10-
"enter_valid_number":"Enter 10 digit phone number",
11-
"enter_valid_otp":"Enter 4 digit otp"
2+
"app_name":"फ़्लटर यूआई-किट ",
3+
"enter_code_label":"फ़ोन नम्बर",
4+
"enter_code_hint":"10 डिजिट का फ़ोन नम्बर ",
5+
"enter_otp_label":"ओ टी पी",
6+
"enter_otp_hint":"4 डिजिट ओ टी पी",
7+
"get_otp":"ओ टी पी मँगायें ",
8+
"resend_otp":"ओ टी पी दुबारा मँगायें",
9+
"login":"लॉगिन",
10+
"enter_valid_number":"10 डिजिट का ही नम्बर डालें",
11+
"enter_valid_otp":"4 डिजिट का ही ओ टी पी डालें"
1212
}

0 commit comments

Comments
 (0)