From b74ffc20c4feb79bef59362e60eba4b44aab801e Mon Sep 17 00:00:00 2001 From: Kolkies Date: Mon, 30 Sep 2019 14:54:56 +0000 Subject: [PATCH] Add nl continents --- app/config/locale/nl.continents.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/config/locale/nl.continents.php diff --git a/app/config/locale/nl.continents.php b/app/config/locale/nl.continents.php new file mode 100644 index 000000000..2994dcfeb --- /dev/null +++ b/app/config/locale/nl.continents.php @@ -0,0 +1,11 @@ + 'Afrika', + 'AN' => 'Antarctica', + 'AS' => 'Aziƫ', + 'EU' => 'Europa', + 'NA' => 'Noord Amerika', + 'OC' => 'Oceaniƫ', + 'SA' => 'Zuid Amerika', +];