l10n: remove @@locale
This commit is contained in:
parent
c9ce4b662a
commit
873da725f9
8 changed files with 0 additions and 8 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"@@locale": "de",
|
||||
"counterAppBarTitle": "Zähler",
|
||||
"@counterAppBarTitle": {
|
||||
"description": "Text shown in the AppBar of the Counter Page"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"@@locale": "en",
|
||||
"counterAppBarTitle": "Counter",
|
||||
"@counterAppBarTitle": {
|
||||
"description": "Text shown in the AppBar of the Counter Page"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"@@locale": "es",
|
||||
"counterAppBarTitle": "Contador",
|
||||
"@counterAppBarTitle": {
|
||||
"description": "Text shown in the AppBar of the Counter Page"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"@@locale": "fr",
|
||||
"counterAppBarTitle": "Compteur",
|
||||
"@counterAppBarTitle": {
|
||||
"description": "Text shown in the AppBar of the Counter Page"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"@@locale": "it",
|
||||
"counterAppBarTitle": "Contatore",
|
||||
"@counterAppBarTitle": {
|
||||
"description": "Text shown in the AppBar of the Counter Page"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"@@locale": "nl",
|
||||
"counterAppBarTitle": "Teller",
|
||||
"@counterAppBarTitle": {
|
||||
"description": "Text shown in the AppBar of the Counter Page"
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
{
|
||||
"@@locale": "pt"
|
||||
}
|
|
@ -1,3 +1,2 @@
|
|||
{
|
||||
"@@locale": "zh"
|
||||
}
|
Loading…
Reference in a new issue