Skip to content

Commit

Permalink
Add dummy translation to test it works
Browse files Browse the repository at this point in the history
  • Loading branch information
safalin1 committed Dec 28, 2023
1 parent 8e5a656 commit 186b6df
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/translations/translations.tsutproj
Original file line number Diff line number Diff line change
Expand Up @@ -3544,6 +3544,24 @@
"de": "Hey! Wo sind meine Polygons?"
},
"ignoreEmptyValue": false
},
{
"key": "Dummy_DeleteMe",
"description": "test",
"text": "This is a test and will be deleted",
"formatArguments": [],
"translations": {
"pt": null,
"fr": null,
"it": null,
"pt_p": null,
"ru": null,
"es": null,
"jp": null,
"pl": null,
"de": null
},
"ignoreEmptyValue": false
}
]
}

0 comments on commit 186b6df

Please sign in to comment.