Skip to content

Commit

Permalink
🐛 Update sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
mohakapt committed Jan 9, 2021
1 parent 440e862 commit c1120a3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions SampleApp/StringzSample/ar.lproj/Main.strings
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
/* Class = "UIButton"; normalTitle = "Login"; ObjectID = "6Tf-tV-OMu"; */
"6Tf-tV-OMu.normalTitle" = "تسجيل الدخول";

/* Class = "UITextField"; placeholder = "Password"; ObjectID = "8B3-IS-qQZ"; */
"8B3-IS-qQZ.placeholder" = "كلمة المرور";

/* Class = "UINavigationItem"; title = "Login"; ObjectID = "OIH-VB-V7i"; */
"OIH-VB-V7i.title" = "تسجيل الدخول";

/* Class = "UIButton"; normalTitle = "Reset Password"; ObjectID = "afW-bL-wt7"; */
"afW-bL-wt7.normalTitle" = "إعادة تعيين كلمة المرور";

/* Class = "UIButton"; normalTitle = "Create Account"; ObjectID = "cRZ-Rv-L2u"; */
"cRZ-Rv-L2u.normalTitle" = "إنشاء حساب";

/* Class = "UITextField"; placeholder = "Username"; ObjectID = "l4g-jW-Op5"; */
"l4g-jW-Op5.placeholder" = "اسم المستخدم";

0 comments on commit c1120a3

Please sign in to comment.