File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
3+ shopt -s globstar
34POT=" cinnamon.pot"
4- xgettext -o $POT --language=C --keyword=_ --keyword=N_ src/* .c src/ * /* .c
5+ xgettext -o $POT --language=C --keyword=_ --keyword=N_ src/** /* .c
56xgettext -o $POT --join-existing --language=glade --from-code=UTF-8 $( find files/usr/share/cinnamon -name " *.ui" )
6- xgettext -o $POT --join-existing --language=javascript -cTranslators --keyword=_ --keyword=N_ --from-code=UTF-8 js/* /* .js files/usr/share/cinnamon/* / * /* .js
7- xgettext -o $POT --join-existing --language=python -c --keyword=_ generate_additional_files.py files/usr/share/cinnamon/* / * .py files/usr/share/cinnamon/ * / * /* .py files/usr/bin/*
7+ xgettext -o $POT --join-existing --language=javascript -cTranslators --keyword=_ --keyword=N_ --from-code=UTF-8 js/** /* .js files/usr/share/cinnamon/** /* .js
8+ xgettext -o $POT --join-existing --language=python -c --keyword=_ generate_additional_files.py files/usr/share/cinnamon/** /* .py files/usr/bin/*
89
910files/usr/bin/cinnamon-xlet-makepot -o $POT -p -m -j files/usr/share/cinnamon/applets/
1011files/usr/bin/cinnamon-xlet-makepot -o $POT -p -m -j files/usr/share/cinnamon/desklets/
You can’t perform that action at this time.
0 commit comments