mirror of
https://github.com/torproject/webwml.git
synced 2024-11-27 19:50:22 +00:00
think I found my bug in po2wml
This commit is contained in:
parent
47ad25358c
commit
edff6d56e3
@ -410,7 +410,7 @@ for file in $po ; do
|
||||
else
|
||||
# If the current languge is of the form "xx_XX", rename
|
||||
# to "xx-xx" instead (except for pl_PL)
|
||||
if [[ $lang =~ "_" && $subdir != "pl_PL" ]]
|
||||
if [[ $lang =~ "_" && $lang != "pl_PL" ]]
|
||||
then
|
||||
lang="`echo $lang | sed s/_/-/ | tr '[A-Z]' '[a-z]'`"
|
||||
subdir
|
||||
|
Loading…
Reference in New Issue
Block a user