Skip to content

Instantly share code, notes, and snippets.

@FlutterWiz
Created April 19, 2022 12:33
Show Gist options
  • Save FlutterWiz/df7a712d663207a14a09aac5811a9877 to your computer and use it in GitHub Desktop.
Save FlutterWiz/df7a712d663207a14a09aac5811a9877 to your computer and use it in GitHub Desktop.
// first, set the language, then set the key and value.
const localizedValues = {
'en': {
"timeIsUpTitle": "Time is Up!",
"timeIsUpBody": "Wooosh, it's time to give a break!",
"reset": "Reset",
"stop": "Stop",
"start": "Start",
"hours": "Hours",
"minutes": "Minutes",
"seconds": "Seconds",
"pivaTimer": "Piva - Timer",
"timeIsZero": "The time can not be zero!",
"workingTimeText": "You have been worked for{}{}{}..."
},
'tr': {
'timeIsUpTitle': 'Zaman doldu!',
"timeIsUpBody": "Heeey! Mola verme zamanı.",
"reset": "Sıfırla",
"stop": "Durdur",
"start": "Başlat",
"hours": "Saat",
"minutes": "Dakika",
"seconds": "Saniye",
"pivaTimer": "Piva - Zamanlayıcı",
"timeIsZero": "Zaman sıfır olamaz!",
"workingTimeText": "{}{}{} boyunca çalıştın..."
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment