-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: connection between translation json files and excisting code made
- Loading branch information
1 parent
38d6095
commit afff25c
Showing
5 changed files
with
61 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"PLAYER_MODE_SINGLE": "1 player", | ||
"PLAYER_MODE_MULTI": "2 players", | ||
"HOW_TO_PLAY_SINGLE": "How to play:", | ||
"HOW_TO_PLAY_MULTI": "How to play:", | ||
"DRAW_WORD": "Draw a word", | ||
"IO_GUESSES": "IO guesses", | ||
"NUMBER_OF_ROUNDS": "Three rounds", | ||
"BEST_OF_THREE": "Best of three wins!", | ||
"BACK_BUTTON": "Back", | ||
"START_BUTTON": "Start" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"PLAYER_MODE_SINGLE": "1 spiller", | ||
"PLAYER_MODE_MULTI": "2 spillere", | ||
"HOW_TO_PLAY_SINGLE": "Slik spiller du:", | ||
"HOW_TO_PLAY_MULTI": "Slik spiller dere:", | ||
"DRAW_WORD": "Tegn ord", | ||
"IO_GUESSES": "IO gjetter", | ||
"NUMBER_OF_ROUNDS": "Tre runder", | ||
"BEST_OF_THREE": "Best av tre vinner!", | ||
"BACK_BUTTON": "Tilbake", | ||
"START_BUTTON": "Start" | ||
} | ||
|