View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004826 | OXID eShop (all versions) | 4.06. Language and translations | public | 2013-01-06 23:55 | 2013-09-19 11:33 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.2 / 5.0.2 revision 53018 | ||||
Fixed in Version | Past development | ||||
Summary | 0004826: As a shop administrator I want to enter more than three characters for language abbreviation (locale) | ||||
Description | In admin -> languages it is not possible to enter a local (what we call an "abbreviation") with more than 3 characters. But very often, this is important: English, Spanish, French and even German have different dialects, orthography (e.g. color and colour) and may even have different words for the same thing. Also, you might want to have an informal version of the same language installed additionally (think of Russian => my | vy). Please increase the number of possible characters at least to five so we can refer to this standard: http://framework.zend.com/manual/1.12/en/zend.locale.appendix.html | ||||
Steps To Reproduce | try to enter en_UK into the admin -> languages -> abbreviation | ||||
Tags | Languages | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Resolution: /application/views/admin/tpl/language_main.tpl Change maxlength="3" in [{ oxmultilang ident="LANGUAGE_ABBERVATION" }] into maxlength="10" or whatever you want but higher than "4". Or just delete it because it is not necessary ;) |
|
even "255" would be ok and would not harm anyone - please change as well the longdescription to a higher value than 50 |
|
https://github.com/OXID-eSales/oxideshop_ce/commit/116b65f0a5ce7380104059b139a424ac618a7fac |
|
If you do not use the two-character language code from the ISO 639-1 specification for your languages the shop is no longer compatible with OXID eFire! |