mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(localization): pybabel doesn't extract plural forms from frontend (#22507)
This commit is contained in:
@@ -45,7 +45,7 @@ pybabel extract \
|
||||
--sort-output \
|
||||
--copyright-holder=Superset \
|
||||
--project=Superset \
|
||||
-k _ -k __ -k t -k tn -k tct .
|
||||
-k _ -k __ -k t -k tn:1,2 -k tct .
|
||||
cat $LICENSE_TMP superset/translations/messages.pot > messages.pot.tmp \
|
||||
&& mv messages.pot.tmp superset/translations/messages.pot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user