Skip to content

Commit

Permalink
Adding Taiwan (#3153)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvey committed Feb 9, 2024
1 parent 4e64a32 commit 740a24c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup/insert.sql.tpl
Expand Up @@ -3078,7 +3078,8 @@ INSERT INTO `country_i18n` (`id`, `locale`, `title`, `chapo`, `description`, `po
(269, '{$locale}', {intl l='Hong Kong' locale=$locale}, NULL, NULL, NULL),
(270, '{$locale}', {intl l='Saint Barthélemy' locale=$locale}, NULL, NULL, NULL),
(271, '{$locale}', {intl l='Saint Martin (French part)' locale=$locale}, NULL, NULL, NULL),
(272, '{$locale}', {intl l='French Southern Territories' locale=$locale}, NULL, NULL, NULL){if ! $locale@last},{/if}
(272, '{$locale}', {intl l='French Southern Territories' locale=$locale}, NULL, NULL, NULL),
(273, '{$locale}', {intl l='Taïwan' locale=$locale}, NULL, NULL, NULL){if ! $locale@last},{/if}

{/foreach}
;
Expand Down

0 comments on commit 740a24c

Please sign in to comment.