it icon indicating copy to clipboard operation
it copied to clipboard

A helper for links and other html tags in your translations

Results 7 it issues
Sort by recently updated
recently updated
newest added

In a few cases, I'd like the label and the link to "be the same." Notice that the url (`https://example.com`) and the email address ('[email protected]') is in both the ruby...

Feel free to close this issue if we don't want to solve it. I'm including it here to help the next person who sees this error message, which might be...

- App has multiple locales with a fallback to English. - A specific string has pluralization keys (`one` and `other` for English). - Attempting to render in Serbian locale, which...

##### Background: Some i18n tools (e.g. [Tolk](https://github.com/tolk/tolk), different translation services) attempt to detect the default `%{key}` syntax, and warn you if the same placeholder is missing from the translation. Understandably,...

Hi About time someone actually is working on this. Indeed I18n is in need of an update in its format to allow foreign elements without always marking the subsequent string...

Feature request

```ruby I18n.backend.store_translations(:en, test1: 'I have %{some_link: this %{text}} in the middle') It.it('.test1', some_link: '#', text: 'linked text') # "I have this linked text} in the middle" It.it('.test1', some_link: '#', text:...