Created
February 28, 2020 15:22
-
-
Save ashour/7a65ddb568c9a87722d17e7ac2e833c7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
export default { | |
en: { | |
"app.title": "Boardaki", | |
"nav.home": "Home", | |
"nav.games": "Games", | |
"home.title": "Find Your Next Game", | |
"home.lead": | |
"Vote with thousands of other players on games and find your favourite!", | |
"home.c2a": "Check out the games!", | |
"games.addedOn": "Added {addedOn, date, medium}", | |
}, | |
ar: { | |
"app.title": "بورداكي", | |
"nav.home": "الرئيسية", | |
"nav.games": "الألعاب", | |
"home.title": "أجد لعبتك التالية", | |
"home.lead": | |
"قم بالتصويت مع الآلاف من اللاعبين الآخرين على الألعاب وابحث عن المفضلة لديك!", | |
"home.c2a": "تحقق من الألعاب!", | |
"games.addedOn": "أضيف {addedOn, date, medium}", | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment