mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-22 06:41:46 +00:00
feat(i18n): add Greek translation
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import type { TranslationStrings } from '../types';
|
||||
|
||||
const stats: TranslationStrings = {
|
||||
'stats.countries': 'Χώρες',
|
||||
'stats.cities': 'Πόλεις',
|
||||
'stats.trips': 'Ταξίδια',
|
||||
'stats.places': 'Τοποθεσίες',
|
||||
'stats.worldProgress': 'Παγκόσμια Πρόοδος',
|
||||
'stats.visited': 'επισκέφθηκα',
|
||||
'stats.remaining': 'απομένουν',
|
||||
'stats.visitedCountries': 'Χώρες που Επισκέφτηκα',
|
||||
};
|
||||
export default stats;
|
||||
Reference in New Issue
Block a user