feat(i18n): add Greek translation

This commit is contained in:
Dkafetzis
2026-05-25 22:10:55 +02:00
parent 126f2df21b
commit c375e0d6f7
45 changed files with 2584 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
import type { TranslationStrings } from '../types';
const map: TranslationStrings = {
'map.connections': 'Συνδέσεις',
'map.showConnections': 'Εμφάνιση διαδρομών κρατήσεων',
'map.hideConnections': 'Απόκρυψη διαδρομών κρατήσεων',
};
export default map;