From cfb3e024a6edae0093b5e77d55d9693f84516239 Mon Sep 17 00:00:00 2001 From: Sibi Bose <30630364+the-bose@users.noreply.github.com> Date: Tue, 1 Oct 2019 21:14:25 +0530 Subject: [PATCH] Create ta.continents.php --- app/config/locale/ta.continents.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/config/locale/ta.continents.php diff --git a/app/config/locale/ta.continents.php b/app/config/locale/ta.continents.php new file mode 100644 index 000000000..4b16c1b80 --- /dev/null +++ b/app/config/locale/ta.continents.php @@ -0,0 +1,11 @@ + 'ஆப்பிரிக்கா', + 'AN' => 'அந்தாட்டிக்கா', + 'AS' => 'ஆசியா', + 'EU' => 'ஐரோப்பா', + 'NA' => 'வட அமெரிக்கா', + 'OC' => 'ஓசியானியா', + 'SA' => 'தென் அமெரிக்கா', +];