basicfeatures

Results 9 comments of basicfeatures

Yes, I will get around to it ASAP 👍

I can confirm that https://github.com/glebm/i18n-tasks/blob/main/lib/i18n/tasks/translators/base_translator.rb#L44-L46 returns a proper, full list of translated keys. On subsequent tries I've been getting: ``` $ bundle exec i18n-tasks translate-missing --from=en is #StandWithUkraine /home/dev/.bundle/ruby/3.1/gems/easy_translate-0.5.1/lib/easy_translate/request.rb:47:in `perform_raw':...

Ended up removing `config/i18n-tasks.yml` and `config/locales/*` and then just: ``` export GOOGLE_TRANSLATE_API_KEY=XXX bundle exec i18n-tasks add-missing bundle exec i18n-tasks translate-missing --from=en is bundle exec i18n-tasks translate-missing --from=en da bundle exec...

Quick illustration, for instance: ``` ``` Would become: ``` ``` And have the minimal SCSS needed.

Hey guys, Thanks for the interest! I'll be back with a working solution ASAP.

Could you please include Shell and Filesystem too? Although can't Shell just use the default shell? Personally I use OpenBSD's hardened ksh, but for my scripts I prefer zsh as...

Any news you guys?