Project

General

Profile

Actions

Bug #2277

closed

J1.6: - New language folder names are lower-case on Linux causing failure

Bug #2277: J1.6: - New language folder names are lower-case on Linux causing failure

Added by nant almost 15 years ago. Updated almost 15 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
Start date:
02 February 2011
Due date:
% Done:

100%

Estimated time:
1:30 h

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

2277.patch (1.17 KB) 2277.patch krileon, 04 February 2011 18:26

Updated by nant almost 15 years ago Actions #1

  • Assignee set to krileon

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.

Updated by krileon almost 15 years ago Actions #2

  • 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.

Updated by beat almost 15 years ago Actions #3

  • Estimated time set to 1:30 h

Updated by beat almost 15 years ago Actions #4

  • 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.

Actions

Also available in: PDF Atom