From a58b4d98105b4dd16cd4e78ba63e2595fe049d51 Mon Sep 17 00:00:00 2001 From: MasterKN Date: Wed, 2 Oct 2019 00:11:08 +0530 Subject: [PATCH] Create cz.continents.php --- app/config/locale/cz.continents.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/config/locale/cz.continents.php diff --git a/app/config/locale/cz.continents.php b/app/config/locale/cz.continents.php new file mode 100644 index 0000000000..d1e5bc36fd --- /dev/null +++ b/app/config/locale/cz.continents.php @@ -0,0 +1,11 @@ + 'Afrika', + 'AN' => 'Antarktida', + 'AS' => 'Asie', + 'EU' => 'Evropa', + 'NA' => 'Severní Amerika', + 'OC' => 'Oceánie', + 'SA' => 'Jižní Amerika', +];