This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
texter /
Texter is a utility to help you modify ruby source programs in order to use gettext. It searches for string literals, displays each and asks you whether it should be marked as translatable, with _( ). In case the string contains embedded code, it is able to rewrite it with string modulo operator with your input. USAGE texter.rb <input-file> [<output-file>] output-file is by default named <input-file>.texter.rb AUTHOR Yaohan Chen <yaohan.chen@gmail.com> LICENSE Ruby's CREDITS - Daniel Brumbaugh Keeney provided much help with the treetop grammar and rest of the program BUGS - Quotes in string-like literals are treated incorrectly as string delimiters, except in these common cases: - regexp /.../ - %[qQwr], followed by (), [], {} pairs - Quotes in $' and $" are treated incorrectly as string delimiters - Only strings enclosed in ' and " are prompted - Default answers for yes/no prompts are not working in highline 1.4.0, but patch is pending for next release TODO - Preview (following probably too difficult) - Save and restore progress - Recover from incorrect parsing - Undo












