Project

General

Profile

Actions

Bug #2277

closed

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

Added by nant over 13 years ago. Updated about 13 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
Actions #1

Updated by nant over 13 years ago

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

Actions #2

Updated by krileon over 13 years ago

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

Actions #3

Updated by beat about 13 years ago

  • Estimated time set to 1:30 h
Actions #4

Updated by beat about 13 years ago

  • 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: Atom PDF