initial commit
This commit is contained in:
7
lib/l10n/arb/app_en.arb
Normal file
7
lib/l10n/arb/app_en.arb
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"@@locale": "en",
|
||||
"counterAppBarTitle": "Counter",
|
||||
"@counterAppBarTitle": {
|
||||
"description": "Text shown in the AppBar of the Counter Page"
|
||||
}
|
||||
}
|
||||
7
lib/l10n/arb/app_es.arb
Normal file
7
lib/l10n/arb/app_es.arb
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"@@locale": "es",
|
||||
"counterAppBarTitle": "Contador",
|
||||
"@counterAppBarTitle": {
|
||||
"description": "Texto mostrado en la AppBar de la página del contador"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user