Fix for intl
This commit is contained in:
committed by
Dat H. Pham
parent
535a862777
commit
ff9ba5d869
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"@@last_modified": "2025-02-13T17:07:01.807952",
|
"@@last_modified": "2025-02-20T19:41:05.121752",
|
||||||
"initializing_data": "Initializing data...",
|
"initializing_data": "Initializing data...",
|
||||||
"@initializing_data": {
|
"@initializing_data": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -24,8 +24,8 @@
|
|||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"Bad credentials": "Bad credentials",
|
"badCredentials": "Bad credentials",
|
||||||
"@Bad credentials": {
|
"@badCredentials": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ class AppLocalizations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String get badCredentials {
|
String get badCredentials {
|
||||||
return Intl.message('Bad credentials');
|
return Intl.message('Bad credentials', name: 'badCredentials');
|
||||||
}
|
}
|
||||||
|
|
||||||
String get next {
|
String get next {
|
||||||
|
|||||||
Reference in New Issue
Block a user