mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 22:31:46 +00:00
Dev (#1076)
* feat(i18n): add Greek translation (#1061) * i18n: complete Turkish (tr) translation (#1075) Fill in the remaining ~2100 UI strings in shared/src/i18n/tr so Turkish matches the English catalog. Brand names, URLs, and technical placeholders are left untranslated by design. * chore: prettier + lint * chore: enforce prettier & lint on shared package --------- Co-authored-by: Dimitris Kafetzis <39215021+Dkafetzis@users.noreply.github.com> Co-authored-by: Ahmet Yılmaz <70577707+sharkpaw@users.noreply.github.com>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import type { TranslationStrings } from '../types';
|
||||
|
||||
const stats: TranslationStrings = {
|
||||
'stats.countries': 'Countries',
|
||||
'stats.cities': 'Cities',
|
||||
'stats.trips': 'Trips',
|
||||
'stats.places': 'Places',
|
||||
'stats.worldProgress': 'World Progress',
|
||||
'stats.visited': 'visited',
|
||||
'stats.remaining': 'remaining',
|
||||
'stats.visitedCountries': 'Visited Countries',
|
||||
'stats.countries': 'Ülkeler',
|
||||
'stats.cities': 'Şehirler',
|
||||
'stats.trips': 'Seyahatler',
|
||||
'stats.places': 'Yerler',
|
||||
'stats.worldProgress': 'Dünya İlerlemesi',
|
||||
'stats.visited': 'ziyaret edildi',
|
||||
'stats.remaining': 'kalan',
|
||||
'stats.visitedCountries': 'Ziyaret Edilen Ülkeler',
|
||||
};
|
||||
export default stats;
|
||||
|
||||
Reference in New Issue
Block a user