Skip to content

Instantly share code, notes, and snippets.

@ashour
Created February 28, 2020 15:22
Show Gist options
  • Save ashour/7a65ddb568c9a87722d17e7ac2e833c7 to your computer and use it in GitHub Desktop.
Save ashour/7a65ddb568c9a87722d17e7ac2e833c7 to your computer and use it in GitHub Desktop.
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