Skip to content

Commit

Permalink
fix(localization): pybabel doesn't extract plural forms from frontend (
Browse files Browse the repository at this point in the history
  • Loading branch information
artemonsh committed Dec 31, 2022
1 parent 839ec7c commit 64496e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/babel_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 64496e8

Please sign in to comment.