transifex bot and case sensitivy of language tags
#1
I'm using transifex for my projects since years and recently configured the auto pull request feature of them so I don't have to manually download completed languages.
It works very well but the only issue I have is that Transifex is changing the folder name from resource.language.pt_pt to resource.language.pt_PT for example.

I do not have a LE/CE/Linux/etc system running to check if this will cause case sensitivy issues. Can anybody give me a "it's okay. No problems and Kodi will handle it correctly" Smile ?
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#2
Just tested on a CoreELEC system and renaming a skins language sub directory from resource.language.en_gb to resource.language.en_GB works fine, no missing text that I can see, it doesn't seem to be case sensitive.
Reply
#3
Awesome, thanks for the quick test.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#4
(2019-08-26, 17:05)sualfred Wrote: Awesome, thanks for the quick test.
Yep, also confirmed in Kodi's source:- https://github.com/xbmc/xbmc/blob/master...gs.cpp#L97

c++:
std:Confusedtring pathname = CSpecialProtocol::TranslatePathConvertCase(pathname_in + language);

The paths case gets converted.
Reply

Logout Mark Read Team Forum Stats Members Help
transifex bot and case sensitivy of language tags0