You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI.user_error!("An error occured on localizr. Please verify the configuration and then try again.")
@@ -41,7 +61,7 @@ def self.description
41
61
end
42
62
43
63
defself.details
44
-
"Localizr is a DSL that handles and automates localization files. Basically we give limited access to the translators to let them input or upload different keystrings and we developer will just fetch it on development or deployment only when if there is an update. This will lessen or prevent the mistake that developer made because he/she has no clue what are those words is and most of them (including me, but not all) are just copypasting those words (especially when it comes to chinese or japanese characters) from excel to the Localizable.strings via Xcode."
64
+
"Localizr is a DSL that handles and automates localization files. Basically we give limited access to the translators to let them input or upload different keystrings and developer will just fetch it on development or deployment only when if there is an update. This will lessen or prevent the mistake that developer made because he/she has no clue what are those words are and most of them (including me, but not all) are just copy-pasting those words (especially when it comes to chinese or japanese characters) from excel to the Localizable.strings via Xcode."
45
65
end
46
66
47
67
defself.available_options
@@ -74,11 +94,18 @@ def self.available_options
74
94
verify_block: procdo |value|
75
95
UI.user_error!("No Locale codes for LocalizrAction given, pass using `locale_codes: 'en,ja,pt,zh'")unless(valueand not value.empty?)
0 commit comments