Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0054609
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo Localizations] Localization FrancemajorN/A2024-02-07 10:522024-02-19 13:38
Reporterkousalya_rView Statuspublic 
Assigned Tokousalya_r 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Regression introduced in release
Summary

0054609: Include fr_PF French(Polynesia) and fr_NC French(New Caledonia) languages

DescriptionThese languages does not exists in OB at the moment and the customer DKT APAC requested them

The task to include these two languages, canb e done without development, only functional (configuration task)
OB team in DKT will create both languages as system language in all DKT environment.
We will export the French (France) language using the translation helper tool.
We will duplicate this file. One for fr_PF French (Polynesia) and the other one for fr_NC French (New Caledonia).
We will sent both files to DKT APAC support team to review both files and complete any translation needed.
Once they finish this task, the will send us the final file for each language and we will import both files using the translation helper tool.
Finally we will test in the Projects envrionment that the translation for both languages has been done sucessfully - we will need to check a store for those countries and check any of the messages that the DKT Team has translated.

Please see the functional document attached and the Zendesk Support tab for further comments and attachments.
Steps To Reproduce*
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0160338)
hgbot (developer)
2024-02-07 12:24

Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1132 [^]
(0160529)
kousalya_r (developer)
2024-02-09 09:50
edited on: 2024-02-13 09:26

Insert to apply in a client environment:

INSERT INTO public.ad_language(
            ad_language_id, ad_language, ad_client_id, ad_org_id, isactive,
            created, createdby, updated, updatedby, name, languageiso, countrycode,
            isbaselanguage, issystemlanguage, processing, pixelsize, translatedby,
            isrtl)
    VALUES ('1026B23FAE5C4ED0AA825356D5CF99E9','fr_NC','0','0','Y',
            now(),'0',now(),'0','French (New Caledonia)','fr','NC','N','N','N', null,null,'N');
    

INSERT INTO public.ad_language(
            ad_language_id, ad_language, ad_client_id, ad_org_id, isactive,
            created, createdby, updated, updatedby, name, languageiso, countrycode,
            isbaselanguage, issystemlanguage, processing, pixelsize, translatedby,
            isrtl)
    VALUES ('40C0F23B794A4AC78246154CB9313931','fr_PF','0','0','Y',
            now(),'0',now(),'0','French (Polynesia)','fr','PF','N','N','N', null,null,'N');

(0160897)
hgbot (developer)
2024-02-19 12:26

Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1132 [^]
(0160907)
frank_gonzalez (developer)
2024-02-19 13:38

Commits merged:

https://gitlab.com/openbravo/product/openbravo/-/commit/52715abcdfdf358781847e15e0656a3a6703888f [^]
https://gitlab.com/openbravo/product/openbravo/-/commit/20cc009bd91e158d9b4c32bb27b414e3fd243cfc [^]

- Issue History
Date Modified Username Field Change
2024-02-07 10:52 kousalya_r New Issue
2024-02-07 12:24 hgbot Note Added: 0160338
2024-02-08 14:08 aferraz Assigned To => kousalya_r
2024-02-09 09:50 kousalya_r Note Added: 0160529
2024-02-13 09:26 kousalya_r Note Edited: 0160529 View Revisions
2024-02-19 12:26 hgbot Note Added: 0160897
2024-02-19 13:38 frank_gonzalez Note Added: 0160907
2024-02-19 13:38 frank_gonzalez Status new => scheduled
2024-02-19 13:38 frank_gonzalez Status scheduled => resolved
2024-02-19 13:38 frank_gonzalez Resolution open => fixed
2024-02-19 13:38 frank_gonzalez Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker