Runa A. Sandvik commited on 2011-09-04 23:45:45
Zeige 2 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
... | ... |
@@ -119,7 +119,7 @@ for file in $po ; do |
119 | 119 |
|
120 | 120 |
# Include the English footer for most of the |
121 | 121 |
# translations |
122 |
- if [[ $subdir != "ar" && $subdir != "pl" && $subdir != "de" ]] |
|
122 |
+ if [[ $subdir != "ar" && $subdir != "pl" && $subdir != "de" && $subdir != "fa" ]] |
|
123 | 123 |
then |
124 | 124 |
echo '#include "foot.wmi"' >> "$wmldir/$subdir/$wmlfile" |
125 | 125 |
fi |
... | ... |
@@ -276,7 +276,7 @@ for file in $po ; do |
276 | 276 |
|
277 | 277 |
# Include the English footer for most of the |
278 | 278 |
# translations |
279 |
- if [[ $lang != "ar" && $lang != "pl" && $lang != "de" ]] |
|
279 |
+ if [[ $lang != "ar" && $lang != "pl" && $lang != "de" && $lang != "fa" ]] |
|
280 | 280 |
then |
281 | 281 |
echo '#include "foot.wmi"' >> "$wmldir/$subdir/$lang/$wmlfile" |
282 | 282 |
fi |
283 | 283 |