Sha256: 3aa3042828a2794ddf7a5f8c9cfc0e0cf594287f596abe7ed83021264fe7ca77
Contents?: true
Size: 465 Bytes
Versions: 182
Compression:
Stored size: 465 Bytes
Contents
#!/bin/bash FOREMAN_DIR="../../foreman" BASTION_DIR="../engines/bastion_katello" #this actuall pulls the strings from transifex for both directions make -C locale tx-update #Extract the main strings pushd $FOREMAN_DIR bundle exec rake plugin:gettext[katello] popd # Now extract the bastion files pushd $BASTION_DIR bundle exec grunt i18n:extract bundle exec grunt i18n:compile popd # This step creates the mo files and does the commit make -C locale mo-files
Version data entries
182 entries across 182 versions & 1 rubygems