generated from graasp/graasp-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add player translations (#112)
closes #101
- Loading branch information
Showing
11 changed files
with
67 additions
and
3 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 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,9 @@ | ||
export const PLAYER = { | ||
GRAASP_PLAYER: 'GRAASP_PLAYER', | ||
SHOW_CHAT_TOOLTIP: 'SHOW_CHAT_TOOLTIP', | ||
HIDE_CHAT_TOOLTIP: 'HIDE_CHAT_TOOLTIP', | ||
SHOW_PINNED_ITEMS_TOOLTIP: 'SHOW_PINNED_ITEMS_TOOLTIP', | ||
HIDE_PINNED_ITEMS_TOOLTIP: 'HIDE_PINNED_ITEMS_TOOLTIP', | ||
PINNED_ITEMS: 'PINNED_ITEMS', | ||
LOAD_MORE: 'LOAD_MORE', | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"GRAASP_PLAYER": "Graasp Player", | ||
"SHOW_CHAT_TOOLTIP": "Chat anzeigen", | ||
"HIDE_CHAT_TOOLTIP": "Chat verstecken", | ||
"LOAD_MORE": "Mehr laden" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"GRAASP_PLAYER": "Graasp Player", | ||
"SHOW_CHAT_TOOLTIP": "Show chat", | ||
"HIDE_CHAT_TOOLTIP": "Hide chat", | ||
"SHOW_PINNED_ITEMS_TOOLTIP": "Show pinned items", | ||
"HIDE_PINNED_ITEMS_TOOLTIP": "Hide pinned items", | ||
"PINNED_ITEMS": "Pinned items", | ||
"LOAD_MORE": "Load more" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"GRAASP_PLAYER": "Graasp Player", | ||
"SHOW_CHAT_TOOLTIP": "Montrer le chat", | ||
"HIDE_CHAT_TOOLTIP": "Cacher le chat", | ||
"SHOW_PINNED_ITEMS_TOOLTIP": "Montrer les éléments épinglés", | ||
"HIDE_PINNED_ITEMS_TOOLTIP": "Cacher les éléments épinglés", | ||
"PINNED_ITEMS": "Éléments épinglés", | ||
"LOAD_MORE": "Montrer plus" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |