Skip to content

Commit

Permalink
Strip “fuzzy” status when merging JS message files
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmolnar committed Feb 24, 2022
1 parent 5a97ea2 commit ab7fa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "webpack --config webpack.config.babel.js --node-env production",
"merge-regions": "mapshaper -i ../source/sst/static/geometry/*.json combine-files -o ../source/sst/static/geometry/regions.topojson",
"extract-messages": "ttag update locales/es_MX/sst-js.po src",
"merge-messages": "msgcat --lang es_MX locales/es_MX/sst-js.po node_modules/seedsource-ui/locales/es_MX/seedsource-ui.po -o locales/es_MX/merged.po"
"merge-messages": "msgcat --lang es_MX locales/es_MX/sst-js.po node_modules/seedsource-ui/locales/es_MX/seedsource-ui.po -o locales/es_MX/merged.po && msgattrib -o locales/es_MX/merged.po --clear-fuzzy locales/es_MX/merged.po"
},
"author": "Conservation Biology Institute",
"license": "BSD",
Expand Down

0 comments on commit ab7fa6f

Please sign in to comment.