Fix for intl

This commit is contained in:
Dat PHAM HOANG
2025-02-20 19:41:19 +07:00
committed by Dat H. Pham
parent 535a862777
commit ff9ba5d869
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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": {
"type": "text",
@@ -24,8 +24,8 @@
"placeholders_order": [],
"placeholders": {}
},
"Bad credentials": "Bad credentials",
"@Bad credentials": {
"badCredentials": "Bad credentials",
"@badCredentials": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
@@ -38,7 +38,7 @@ class AppLocalizations {
}
String get badCredentials {
return Intl.message('Bad credentials');
return Intl.message('Bad credentials', name: 'badCredentials');
}
String get next {