Setting for a compact vertical toolbar, no implementation yet
This commit is contained in:
@@ -7,6 +7,7 @@ for f in ../translations/lang/*.txt; do
|
||||
{ grep -v "^# Android strings" $out ; echo "# Android strings" ; } > $out.new
|
||||
mv -f $out.new $out
|
||||
cat $f | grep '^STR' | while read name text; do
|
||||
[ "$name" = "STR_ABOUT_MENU_SEPARATOR" ] && continue
|
||||
{ grep -v "^$name\b" $out ; printf "%-64s%s\n" "$name" "$text" ; } > $out.new
|
||||
mv -f $out.new $out
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user