mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 14:03:02 +01:00
8d950d0ccd
posix is also in sync
9 lines
585 B
SQL
9 lines
585 B
SQL
INSERT INTO LOCALES (LOCALE, DESCRIPTION) VALUES ('pg_PG', 'Pig Latin, testing locale only.');
|
|
INSERT INTO LOCALES (LOCALE, DESCRIPTION) VALUES ('fr_FR', 'French as used in France, Latin 1 codeset');
|
|
INSERT INTO LOCALES (LOCALE, DESCRIPTION) VALUES ('de_DE', 'German as used in Germany, Latin 1 codeset');
|
|
INSERT INTO LOCALES (LOCALE, DESCRIPTION) VALUES ('ja_JP.EUC', 'Japanese EUC codeset');
|
|
INSERT INTO LOCALES (LOCALE, DESCRIPTION) VALUES ('piglatin', 'Testing locale only');
|
|
INSERT INTO LOCALES (LOCALE, DESCRIPTION) VALUES ('ko_KO', 'korean locale using UNICODE');
|
|
|
|
COMMIT WORK;
|