l10n: remove @@locale

This commit is contained in:
Neeraj Gupta 2023-04-04 16:00:39 +05:30
parent c9ce4b662a
commit 873da725f9
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1
8 changed files with 0 additions and 8 deletions

View file

@ -1,5 +1,4 @@
{
"@@locale": "de",
"counterAppBarTitle": "Zähler",
"@counterAppBarTitle": {
"description": "Text shown in the AppBar of the Counter Page"

View file

@ -1,5 +1,4 @@
{
"@@locale": "en",
"counterAppBarTitle": "Counter",
"@counterAppBarTitle": {
"description": "Text shown in the AppBar of the Counter Page"

View file

@ -1,5 +1,4 @@
{
"@@locale": "es",
"counterAppBarTitle": "Contador",
"@counterAppBarTitle": {
"description": "Text shown in the AppBar of the Counter Page"

View file

@ -1,5 +1,4 @@
{
"@@locale": "fr",
"counterAppBarTitle": "Compteur",
"@counterAppBarTitle": {
"description": "Text shown in the AppBar of the Counter Page"

View file

@ -1,5 +1,4 @@
{
"@@locale": "it",
"counterAppBarTitle": "Contatore",
"@counterAppBarTitle": {
"description": "Text shown in the AppBar of the Counter Page"

View file

@ -1,5 +1,4 @@
{
"@@locale": "nl",
"counterAppBarTitle": "Teller",
"@counterAppBarTitle": {
"description": "Text shown in the AppBar of the Counter Page"

View file

@ -1,3 +1,2 @@
{
"@@locale": "pt"
}

View file

@ -1,3 +1,2 @@
{
"@@locale": "zh"
}