localer icon indicating copy to clipboard operation
localer copied to clipboard

Automatic detecting missing I18n translations tool.

Results 12 localer issues
Sort by recently updated
recently updated
newest added

in order to post-process the result of the check, it would be great if one could dump it into some structured data. i picked json for no particular reason. ideally,...

i was browsing the code a bit, but i thought it was rather hard to understand what's going on because there are many levels of indirection. this change is just...

Hi, aderyabin. I'm trying to disable some locales with ```.localer.yml```. BR, TR and AR are fine but zh-CN, zh-TW and de-CH does not works. It seems that XX-YY locales does...

Good morning! Exception NoMethodError raised after executing "bundle exec localer check ." ``` andrey@andrey-Vostro-3558:~/octoshell$ bundle exec localer check . bundler: failed to load command: localer (/home/andrey/.rbenv/versions/jruby-9.1.10.0/bin/localer) NoMethodError: undefined method `fetch'...

In some languages a word needs pluralization, but may be not in another. Considering this translations from the [rails-i18n gem](https://github.com/svenfuchs/rails-i18n): ``` en: number: human: decimal_units: units: billion: Billion ``` and...

If I run `localer check .` or `localer check ~/path` it tells me that there is not rails app. Poke around a little bit. ``` You have already activated thor...