Bugzilla – Attachment 30028 Details for
Bug 12649
Add Croatian language
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12649 - Add Croatian language
Bug-12649---Add-Croatian-language.patch (text/plain), 1.50 KB, created by
Dobrica Pavlinusic
on 2014-07-24 12:29:39 UTC
(
hide
)
Description:
Bug 12649 - Add Croatian language
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2014-07-24 12:29:39 UTC
Size:
1.50 KB
patch
obsolete
>From 458cc34af7aa9043966ed672e86ea3773329deb6 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Thu, 24 Jul 2014 14:28:31 +0200 >Subject: [PATCH] Bug 12649 - Add Croatian language > >--- > .../data/mysql/en/mandatory/subtag_registry.sql | 19 +++++++++++++++++++ > 1 files changed, 19 insertions(+), 0 deletions(-) > >diff --git a/installer/data/mysql/en/mandatory/subtag_registry.sql b/installer/data/mysql/en/mandatory/subtag_registry.sql >index ceaae46..f60a935 100755 >--- a/installer/data/mysql/en/mandatory/subtag_registry.sql >+++ b/installer/data/mysql/en/mandatory/subtag_registry.sql >@@ -887,6 +887,25 @@ VALUES( 'Laoo', 'script', 'en', 'Lao'); > INSERT INTO language_descriptions(subtag, type, lang, description) > VALUES( 'Laoo', 'script', 'de', 'Laotisch'); > >+-- Croatian >+INSERT INTO language_subtag_registry( subtag, type, description, added) >+VALUES ( 'hr', 'language', 'Croatian','2014-07-24' ); >+ >+INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) >+VALUES( 'hr','hrv'); >+ >+INSERT INTO language_descriptions(subtag, type, lang, description) >+VALUES( 'hr', 'language', 'hr', 'Hrvatski'); >+ >+INSERT INTO language_descriptions(subtag, type, lang, description) >+VALUES( 'hr', 'language', 'en', 'Croatian'); >+ >+-- INSERT INTO language_descriptions(subtag, type, lang, description) >+-- VALUES( 'hr', 'language', 'fr', 'Croatian'); >+ >+-- INSERT INTO language_descriptions(subtag, type, lang, description) >+-- VALUES( 'hr', 'language', 'de', 'Kroatian'); >+ > > -- REGIONS > -- Canada >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12649
:
30028
|
30029
|
30034
|
30038
|
30039
|
30042
|
30047
|
30145