Skip to content

Commit

Permalink
feat: Packaging add Czech (#10351)
Browse files Browse the repository at this point in the history
* packaging add Czech

* recreate sto files
  • Loading branch information
benbenben2 authored Jun 3, 2024
1 parent cb09ab5 commit 2570a1f
Show file tree
Hide file tree
Showing 8 changed files with 2,137 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/ProductOpener/Display.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3955,6 +3955,15 @@ HTML
;
}

if ($packager_codes{$canon_tagid}{cc} eq 'cz') {
$description .= <<HTML
<p>$packager_codes{$canon_tagid}{name}<br>
$packager_codes{$canon_tagid}{address} (Czech)
</p>
HTML
;
}

if ($packager_codes{$canon_tagid}{cc} eq 'es') {
# Razón Social;Provincia/Localidad
$description .= <<HTML
Expand Down
1 change: 1 addition & 0 deletions lib/ProductOpener/PackagerCodes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ sub normalize_packager_codes ($codes) {
my %local_ec = (
AT => "EG",
CY => "EK",
CZ => "ES",
DE => "EG",
EE => "",
ES => "CE",
Expand Down
Loading

0 comments on commit 2570a1f

Please sign in to comment.