Skip to content

Instantly share code, notes, and snippets.

@nosada
Created May 11, 2014 09:36
Show Gist options
  • Save nosada/528046d3b4c29cc9ec7b to your computer and use it in GitHub Desktop.
Save nosada/528046d3b4c29cc9ec7b to your computer and use it in GitHub Desktop.
patch for mikutter 3.0.0 (or later?) distributed on AUR to translate Japanese
--- PKGBUILD 2014-05-09 00:24:29.000000000 +0900
+++ PKGBUILD.changed 2014-05-11 17:04:06.264283536 +0900
@@ -20,6 +20,7 @@
mkdir -p "$pkgdir/usr/bin"
cat <<'EOF' > "$pkgdir/usr/bin/mikutter"
#!/bin/sh
+export LC_MESSAGES="ja_JP.UTF-8"
ruby /opt/mikutter/mikutter.rb $@
EOF
chmod a+x "$pkgdir/usr/bin/mikutter"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment