mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 22:31:46 +00:00
feat(i18n): add Greek translation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { TranslationStrings } from '../types';
|
||||
|
||||
const map: TranslationStrings = {
|
||||
'map.connections': 'Συνδέσεις',
|
||||
'map.showConnections': 'Εμφάνιση διαδρομών κρατήσεων',
|
||||
'map.hideConnections': 'Απόκρυψη διαδρομών κρατήσεων',
|
||||
};
|
||||
export default map;
|
||||
Reference in New Issue
Block a user