Spaces:
Sleeping
Sleeping
| 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; | |