Marc Anguera

Results 20 issues of Marc Anguera

See: https://github.com/markets/mini_i18n/blob/master/spec/fixtures/locales/localization.yml As `rails-i18n` does, maybe we can provide those defaults for some languages? 👉🏼 https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale

enhancement

Introduce a global method `T` (or `t`) as a shortcut for convenience: ```ruby >> T(:hello) => "Hello" ``` Let's say `T` (or `t`) should be the same as `MiniI18n.t`. Probably,...

enhancement

It's worth it 🤔? RSpec vs Minitest? If we do so, it would be really useful to provide also GH Actions setup 👌 This was requested in the past #17...

feature

There are a lot of options in this space ... The idea is to provide something to easily create/edit the records within the UI.

feature

LocaleApp is shutting down, we'll need to find a similar service with some free tier for OSS. > We’ve made the tough call to officially retire LocaleApp on April 5,...

feature
refactor

I think we should create new AI related sections: - MCPs - LLMs - ... I've seen some interesting libraries in that space, we should add them properly categorized here....

help wanted
enhancements

Instead of current method: ```rb # Path to your translation files. config.load_translations(__dir__ + '/translations/*') ``` We should introduce a new attribute: ```rb # Path to your translation files. config.translations_paths =...

Print keys that are missing. Allow a --locale argument to filter out missing keys by locale.

feature

Maybe via a CSV file, which is easy to manage for external translators.

feature

Report some stats like: - number of locales - number of total keys - % of completion for each lang

feature