-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5985424
commit f93cb15
Showing
15 changed files
with
154 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"size-select": "Show {size}", | ||
"page-select": "{page} of {pages}", | ||
"total-label": "{total} items", | ||
"next-page-action": "Next page", | ||
"previous-page-action": "Previous page" | ||
} |
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,7 @@ | ||
{ | ||
"size-select": "Show {size}", | ||
"page-select": "{page} of {pages}", | ||
"total-label": "{total} items", | ||
"next-page-action": "Next page", | ||
"previous-page-action": "Previous page" | ||
} |
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,7 @@ | ||
{ | ||
"size-select": "Show {size}", | ||
"page-select": "{page} of {pages}", | ||
"total-label": "{total} items", | ||
"next-page-action": "Next page", | ||
"previous-page-action": "Previous page" | ||
} |
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,7 @@ | ||
{ | ||
"size-select": "Show {size}", | ||
"page-select": "{page} of {pages}", | ||
"total-label": "{total} items", | ||
"next-page-action": "Next page", | ||
"previous-page-action": "Previous page" | ||
} |
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,7 @@ | ||
{ | ||
"size-select": "Show {size}", | ||
"page-select": "{page} of {pages}", | ||
"total-label": "{total} items", | ||
"next-page-action": "Next page", | ||
"previous-page-action": "Previous page" | ||
} |
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,27 @@ | ||
import bg from './bg.json' | ||
import de from './de.json' | ||
import en from './en.json' | ||
import es from './es.json' | ||
import fr from './fr.json' | ||
import it from './it.json' | ||
import ja from './ja.json' | ||
import ko from './ko.json' | ||
import nl from './nl.json' | ||
import pt from './pt.json' | ||
import ro from './ro.json' | ||
import th from './th.json' | ||
|
||
export const messages = { | ||
'en-US': en, | ||
'es-AR': es, | ||
'fr-FR': fr, | ||
'pt-BR': pt, | ||
'ja-JP': ja, | ||
'ko-KR': ko, | ||
'it-IT': it, | ||
'nl-NL': nl, | ||
'ro-RO': ro, | ||
'bg-BG': bg, | ||
'th-TH': th, | ||
'de-DE': de, | ||
} |
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,7 @@ | ||
{ | ||
"size-select": "Show {size}", | ||
"page-select": "{page} of {pages}", | ||
"total-label": "{total} items", | ||
"next-page-action": "Next page", | ||
"previous-page-action": "Previous page" | ||
} |
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,7 @@ | ||
{ | ||
"size-select": "Show {size}", | ||
"page-select": "{page} of {pages}", | ||
"total-label": "{total} items", | ||
"next-page-action": "Next page", | ||
"previous-page-action": "Previous page" | ||
} |
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,7 @@ | ||
{ | ||
"size-select": "Show {size}", | ||
"page-select": "{page} of {pages}", | ||
"total-label": "{total} items", | ||
"next-page-action": "Next page", | ||
"previous-page-action": "Previous page" | ||
} |
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,7 @@ | ||
{ | ||
"size-select": "Show {size}", | ||
"page-select": "{page} of {pages}", | ||
"total-label": "{total} items", | ||
"next-page-action": "Next page", | ||
"previous-page-action": "Previous page" | ||
} |
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,7 @@ | ||
{ | ||
"size-select": "Mostrar {size}", | ||
"page-select": "{page} de {pages}", | ||
"total-label": "{total} itens", | ||
"next-page-action": "Próxima página", | ||
"previous-page-action": "Página anterior" | ||
} |
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,7 @@ | ||
{ | ||
"size-select": "Show {size}", | ||
"page-select": "{page} of {pages}", | ||
"total-label": "{total} items", | ||
"next-page-action": "Next page", | ||
"previous-page-action": "Previous page" | ||
} |
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,7 @@ | ||
{ | ||
"size-select": "Show {size}", | ||
"page-select": "{page} of {pages}", | ||
"total-label": "{total} items", | ||
"next-page-action": "Next page", | ||
"previous-page-action": "Previous page" | ||
} |
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