mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-22 06:41:46 +00:00
7 lines
215 B
TypeScript
7 lines
215 B
TypeScript
import type { TranslationStrings } from '../types';
|
|
|
|
const airport: TranslationStrings = {
|
|
'airport.searchPlaceholder': 'Κωδικός αεροδρομίου ή πόλη (π.χ. FRA)',
|
|
};
|
|
export default airport;
|