Bug #2277
closed
J1.6: - New language folder names are lower-case on Linux causing failure
Added by nant almost 14 years ago.
Updated almost 14 years ago.
Start date:
02 February 2011
Description
new format for language plugins has name tag like:
<name>en-GB</name>
but on linux machines the folder created in the languages folder of CB Plugins is converted to en-gb (all lowercase).
This causes failure of CB to find language folder.
Files
Fix we discussed with Beat is to make changes to plugin installer that in case of language plugin only, we do not lower-case the folder name when created.
- File 2277.patch 2277.patch added
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
strtolower is applied to Name, patch proposed simply does the same for Tag. Windows isn't case sensitive so won't make a difference and will fix the issue with linux as it is case sensitive.
- Estimated time set to 1:30 h
- Subject changed from J160 - New language folder names are lower-case on Linux causing failure to J1.6: - New language folder names are lower-case on Linux causing failure
- Status changed from Resolved to Closed
Fixed in r1417 differently:
lowercasing at usage time when getting file in cbimport()
In that way the correctly cased ISO language tag is still availbable.
Also available in: Atom
PDF