Issue 25190 - Add Norwegian Bokmal and Norwegian Nynorsk to scp
Summary: Add Norwegian Bokmal and Norwegian Nynorsk to scp
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: OOo 1.1
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ivo.hinkelmann
QA Contact: issues@l10n
URL:
Keywords:
Depends on:
Blocks: 15018 15023
  Show dependency tree
 
Reported: 2004-02-06 20:57 UTC by gaute
Modified: 2013-08-07 15:00 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
This patch adds support for Norwegian Bokmal and Norwegian Nynorsk in the scp module (25.66 KB, patch)
2004-02-06 20:57 UTC, gaute
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description gaute 2004-02-06 20:57:02 UTC
This patch adds support for Norwegian Bokmal and Norwegian Nynorsk in the scp module.
Comment 1 gaute 2004-02-06 20:57:37 UTC
Created attachment 12940 [details]
This patch adds support for Norwegian Bokmal and Norwegian Nynorsk in the scp module
Comment 2 gaute 2004-02-06 21:13:25 UTC
Note: There are some passages in the patch which I'm not sure are correct. I don't know what the 
4-digit number means, so I don't know what to use for Nynorsk. I "invented" the code 1079 which 
seems to have worked all right in our builds so far.

@@ -856,6 +874,7 @@
         Key (55)              = STRING(1046); \
         Key (66)              = STRING(1054); \
         Key (77)              = STRING(1061); \
+        Key (79)              = STRING(1079); \
         Key (81)              = STRING(1041); \
         Key (82)              = STRING(1042); \
         Key (86)              = STRING(2052); \

@@ -923,6 +943,7 @@
         Value (55)              = STRING(1046); \
         Value (66)              = STRING(1054); \
         Value (77)              = STRING(1061); \
+        Value (79)              = STRING(1079); \
         Value (81)              = STRING(1041); \
         Value (82)              = STRING(1042); \
         Value (86)              = STRING(2052); \
Comment 3 Dieter.Loeschky 2004-02-18 14:06:47 UTC
DL->NF: Would you please handle this?
Comment 4 nils.fuhrmann 2004-03-01 14:51:20 UTC
Ivo, please ensure to integrate the new language support for 1.1.2
Comment 5 jens-heiner.rechtien 2004-03-23 13:24:16 UTC
Committed to mh112.
Comment 6 jens-heiner.rechtien 2004-03-23 13:24:42 UTC
Verified.
Comment 7 ivo.hinkelmann 2004-06-14 12:04:22 UTC
-> close