Create od.continents.php

This commit is contained in:
Prasannjit Mohapatra 2020-10-13 12:36:43 +05:30 committed by GitHub
parent 148026f57a
commit 55544dd950
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,11 @@
<?php
return [
'AF' => 'ଆଫ୍ରିକା',
'AN' => 'ଆଣ୍ଟାର୍କଟିକା',
'AS' => 'ଏସିଆ',
'EU' => 'ଇଉରୋପ',
'NA' => 'ନର୍ଥ ଆମେରିକା',
'OC' => 'ଓସାନିଆ',
'SA' => 'ସାଉଥ ଆମେରିକା',
];