From aaee177396e8fc627086da1530602b0dbd3347bf Mon Sep 17 00:00:00 2001 From: estim Date: Sat, 5 Oct 2019 00:27:47 +0300 Subject: [PATCH] Create lt.continents.php --- app/config/locale/lt.continents.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/config/locale/lt.continents.php diff --git a/app/config/locale/lt.continents.php b/app/config/locale/lt.continents.php new file mode 100644 index 000000000..0fb4f37b7 --- /dev/null +++ b/app/config/locale/lt.continents.php @@ -0,0 +1,10 @@ + 'Afrika', + 'AN' => 'Antarktida', + 'AS' => 'Azija', + 'EU' => 'Europa', + 'NA' => 'Šiaurės Amerika', + 'OC' => 'Okeanija', + 'SA' => 'Pietų Amerika', +];