Skip to content

Commit

Permalink
Added localized string fallbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcouch-sil committed May 20, 2024
1 parent 77dc12e commit 950ca7c
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"metadata": {},
"metadata": {
"%helloWorld_webViewMenu_project%": {
"fallbackKey": "%mainMenu_project%"
},
"%mainMenu_openHelloWorldProject%": {
"fallbackKey": "%mainMenu_openProject%"
}
},
"localizedStrings": {
"en": {
"%mainMenu_helloWorldSubmenu%": "Hello World Projects",
Expand Down

0 comments on commit 950ca7c

Please sign in to comment.