Openbravo Issue Tracking System - Openbravo Localizations
View Issue Details
0054609Openbravo LocalizationsLocalization Francepublic2024-02-07 10:522024-02-19 13:38
kousalya_r 
kousalya_r 
normalmajorN/A
closedfixed 
5
 
 
0054609: Include fr_PF French(Polynesia) and fr_NC French(New Caledonia) languages
These 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.
*
No tags attached.
Issue History
2024-02-07 10:52kousalya_rNew Issue
2024-02-07 12:24hgbotNote Added: 0160338
2024-02-08 14:08aferrazAssigned To => kousalya_r
2024-02-09 09:50kousalya_rNote Added: 0160529
2024-02-13 09:26kousalya_rNote Edited: 0160529bug_revision_view_page.php?bugnote_id=0160529#r27503
2024-02-19 12:26hgbotNote Added: 0160897
2024-02-19 13:38frank_gonzalezNote Added: 0160907
2024-02-19 13:38frank_gonzalezStatusnew => scheduled
2024-02-19 13:38frank_gonzalezStatusscheduled => resolved
2024-02-19 13:38frank_gonzalezResolutionopen => fixed
2024-02-19 13:38frank_gonzalezStatusresolved => closed

Notes
(0160338)
hgbot   
2024-02-07 12:24   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1132 [^]
(0160529)
kousalya_r   
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   
2024-02-19 12:26   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1132 [^]
(0160907)
frank_gonzalez   
2024-02-19 13:38   
Commits merged:

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