Skip to content

Instantly share code, notes, and snippets.

View svrin's full-sized avatar

Severin Orth svrin

  • Sparkassen-Finanzportal
  • Berlin
View GitHub Profile
@svrin
svrin / i18n._coffee
Last active August 29, 2015 13:56 — forked from aseemk/i18n._coffee
#!/usr/bin/env _coffee
#
# Helper script to search all of our files for i18n strings and update our
# strings file. Helpful in case we missed a code path during testing.
#
# Specifically, searches for gettext `__()` calls in our checked-in files.
#
$ = require 'underscore'
echo = console.log