stable

Clone or download

Read-only

Remove unused i18n & french l10n

FWIW I used the following oneliner to purge automatically out of analyse_language_files.pl output in verbose mode. grep -e "^Unused: account_" unused |\ sed -e 's/Unused: \([^\t]*\)\t\([^\t]*\).*/\1 \2/g' |\ while read key1 key2; do\ sed -i -e "s/^${key1}\t${key2}.*//g"\ -e '/^$/d' site-content/fr_FR/account/account.tab;\ done Part of story #14552: User preferences goes Burning Parrot Change-Id: I8f274e7019eaa83823e189b527f0b7d81f9a2d27

Modified Files

Name
M site-content/en_US/account/account.tab +0 −83 Go to diff View file
M site-content/fr_FR/account/account.tab +0 −84 Go to diff View file