#1571 closed Aufgabe (fixed)
L10n erschwert wegen Hardcoded-Mehrsprachigkeit in catCopyProductName.php
| Reported by: | w3mktg | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.5.0 |
| Component: | Admin | Version: | 2.0.4.2 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Hallo allerseits,
L10n erschwert wegen Hardcoded-Mehrsprachigkeit
Verlagert bitte die Texte in den jeweiligen Sprachpakete.
Vielen Dank im Voraus
Datei catCopyProductName.php
Pfad shoproot\admin\includes\modules\categories
URL domain.tld/admin_verz/modules.php?set=categories&module=catCopyProductName&action=edit
Linie 28 und ff.:
function translate() {
switch ($_SESSIONlanguage_code) {
case 'de':
$this->description = 'Beim kopierten Artikel wird der Artikelname mit (copy) ergänzt';
break;
default:
$this->description = 'When copied items of article name is supplemented with (copy)';
break;
}
Attachments (0)
Change History (4)
comment:1 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:4 by , 6 years ago
| Milestone: | i18n → modified-shop-2.0.5.0 |
|---|

In 11774: