1
0
Fork 0
mirror of synced 2024-06-24 17:20:36 +12:00
appwrite/app/config/locale/de.continents.php
Robin C d402fb8c08 feat(issue 25): Translated locale files to German
Added and translated the locale files for the German language.
2019-10-01 00:49:28 +02:00

12 lines
187 B
PHP

<?php
return [
'AF' => 'Afrika',
'AN' => 'Antarktis',
'AS' => 'Asien',
'EU' => 'Europa',
'NA' => 'Nordamerika',
'OC' => 'Ozeanien',
'SA' => 'Südamerika',
];