提交 87f501ce 编写于 作者: K Kohsuke Kawaguchi

this script counts the l10n

上级 ff711b0a
#!/bin/bash
# this script counts available localizations in the core
(
for f in $(find src/main/resources -name '*.properties'); do
f=$(basename "$f" | sed -n -e 's/.*\(\(_.._..\.\)\|\(_..\.\)\).*$/\1/p')
echo $f
done
) | sort | uniq
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册