Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ruby-i18n/i18n issues and pull requests
#707 - Only require 'other' plural subkey for locales where pluralization rules are undefined
Pull Request -
State: open - Opened by JasonBarnabe 27 days ago
#706 - [BUG] Pluralization rules for unknown locales require 'one' and 'other' keys
Issue -
State: open - Opened by JasonBarnabe 27 days ago
#705 - Document deep_interpolation in RDoc
Issue -
State: open - Opened by martinaigner about 2 months ago
#704 - [BUG] Unnecessary Ruby < 3.2 warning
Issue -
State: closed - Opened by qbantek 2 months ago
- 1 comment
#703 - [BUG] `with_locale` does not clean up correctly
Issue -
State: open - Opened by sander-deryckere 2 months ago
- 1 comment
#702 - [BUG] Obsolete "Ruby < 3.2" warning
Issue -
State: open - Opened by viralpraxis 2 months ago
#701 - Fix loading of .rb locale files when `load_path` is not a string
Pull Request -
State: closed - Opened by stevegeek 3 months ago
- 3 comments
#700 - [BUG] Loading RB files with Pathname in `load_path` raises `TypeError`
Issue -
State: closed - Opened by stevegeek 3 months ago
#699 - Fixes strings being interpolated multiple times
Pull Request -
State: closed - Opened by alexpls 3 months ago
- 1 comment
#698 - fix issues with RDoc generation
Pull Request -
State: closed - Opened by davetron5000 3 months ago
#697 - Optimize pluralization logic in test data
Pull Request -
State: closed - Opened by zachmargolis 4 months ago
- 1 comment
#696 - [FIX] Raise ArgumentError on nil key in exists?
Pull Request -
State: closed - Opened by KinWang-2013 4 months ago
- 3 comments
#695 - [BUG] I18n.l returns incorrectly encoded strings
Issue -
State: open - Opened by skonotopovMarketer 5 months ago
#694 - [BUG] I18n.exists?(nil) returns true
Issue -
State: open - Opened by jia-shopify 6 months ago
- 2 comments
#693 - Defining translations for nested forms in namespaced resources
Issue -
State: open - Opened by cestbalez 6 months ago
- 1 comment
#692 - Optimize I18n::Locale::Fallbacks#[] for recursive locale mappings
Pull Request -
State: closed - Opened by uiur 7 months ago
- 1 comment
#691 - Fix syntax in documentation for I18n::Backend::Base.interpolate
Pull Request -
State: closed - Opened by tom-lord 8 months ago
#690 - Explicitly bundle racc gem for Ruby 3.3+
Pull Request -
State: closed - Opened by amatsuda 8 months ago
#689 - [BUG] Unexpected and inconsistent handling of escaped interpolation arguments
Issue -
State: closed - Opened by Bilka2 8 months ago
- 3 comments
#688 - Fix that escaped interpolations with reserved keywords raised ReservedInterpolationKey
Pull Request -
State: closed - Opened by Bilka2 8 months ago
- 3 comments
#687 - undo strict racc dependency on this branch
Pull Request -
State: closed - Opened by radar 9 months ago
- 1 comment
#686 - Bug: Update i18n.gemspec to drop support for Ruby 2.x
Pull Request -
State: closed - Opened by j0sh3rs 9 months ago
- 2 comments
#685 - [BUG] Latest Release Required Cmake (building native extensions)
Issue -
State: closed - Opened by j0sh3rs 9 months ago
- 6 comments
#684 - WIP: update workflows
Pull Request -
State: closed - Opened by radar 9 months ago
#683 - Implement `Fallbacks#inspect` and `Fallbacks#empty?`
Pull Request -
State: closed - Opened by fatkodima 9 months ago
- 3 comments
#682 - Add I18n.interpolation_keys
Pull Request -
State: closed - Opened by tom-lord 9 months ago
- 4 comments
#681 - [BUG]
Issue -
State: open - Opened by domingo2000 9 months ago
#680 - Add racc to gemspec
Pull Request -
State: closed - Opened by yykamei 10 months ago
- 5 comments
#679 - Add support for `locale` value objects
Issue -
State: open - Opened by viralpraxis 10 months ago
#678 - Raise when translated entry contains interpolations for reserved keywords and no substitutions provided
Pull Request -
State: closed - Opened by fatkodima about 1 year ago
- 3 comments
#677 - Update `mocha` gem
Pull Request -
State: closed - Opened by fatkodima about 1 year ago
- 1 comment
#676 - Frozen Hashes with Psych 3.3.2+/4.0 from YAML
Issue -
State: open - Opened by broksonic21 about 1 year ago
- 1 comment
#675 - [BUG] transliterating all-caps strings ends up with mixed case
Issue -
State: open - Opened by padde about 1 year ago
- 3 comments
#674 - Use localized date and time formats in `interpolate_hash`
Pull Request -
State: open - Opened by davidgumberg over 1 year ago
- 2 comments
#672 - Calls to translate are extremely slow
Issue -
State: closed - Opened by VirgilThinks over 1 year ago
- 2 comments
#671 - Pass options to along to exists? super calls
Pull Request -
State: closed - Opened by radar over 1 year ago
#670 - [BUG] I18n.exists? ignores scope on "Simple" backend
Issue -
State: closed - Opened by nakwa over 1 year ago
- 3 comments
#669 - Regex part deux - INTERPOLATION_SYNTAX
Pull Request -
State: closed - Opened by kbrock over 1 year ago
- 3 comments
#668 - Improve TOKENIZER by 23%
Pull Request -
State: closed - Opened by kbrock over 1 year ago
- 1 comment
#667 - [BUG] Possible Denial of Service
Issue -
State: closed - Opened by Akashkarmakar787 over 1 year ago
- 3 comments
#666 - Fix build warnings in the CI by using actions/checkout@v3
Pull Request -
State: closed - Opened by amatsuda over 1 year ago
#665 - CI against Ruby 3.2
Pull Request -
State: closed - Opened by amatsuda over 1 year ago
- 1 comment
#664 - Skip CIing on jruby against Rails 5.2
Pull Request -
State: closed - Opened by amatsuda over 1 year ago
- 1 comment
#663 - A fix for failing CI against edge Rails
Pull Request -
State: closed - Opened by amatsuda over 1 year ago
- 2 comments
#662 - Simplify the "Translation missing" message when default is an empty Array
Pull Request -
State: closed - Opened by amatsuda over 1 year ago
- 3 comments
#661 - Prep v1.1.4 release
Pull Request -
State: closed - Opened by radar over 1 year ago
#660 - Revert "Return same string object when no interpolations were made"
Pull Request -
State: closed - Opened by radar over 1 year ago
#659 - Add documentation hint for fallback values
Pull Request -
State: closed - Opened by mark-a over 1 year ago
- 1 comment
#658 - [BUG] Breaking change in v1.13.0, strings are now being returned frozen
Issue -
State: open - Opened by jcw- over 1 year ago
- 3 comments
#657 - [BUG] Locale contains separator does not work in v1.13.0
Issue -
State: closed - Opened by tubaxenor over 1 year ago
- 1 comment
#656 - Fix I18n.t when locale contains separator
Pull Request -
State: closed - Opened by tubaxenor over 1 year ago
- 9 comments
#655 - fix LazyLoadable#available_locales duplicating locales
Pull Request -
State: closed - Opened by ccutrer over 1 year ago
- 2 comments
#654 - Add more helpful translation error when :default option is provided.
Pull Request -
State: closed - Opened by Nerian over 1 year ago
- 1 comment
#653 - Fix I18n::Locale::Fallbacks not initializing itself on Ruby 3
Pull Request -
State: closed - Opened by yheuhtozr over 1 year ago
- 2 comments
#652 - [BUG] missing translation when i18n.translate is used inside model's validate method
Issue -
State: closed - Opened by nikostitoworkable over 1 year ago
- 3 comments
#651 - Optimize `I18n.t`
Pull Request -
State: closed - Opened by fatkodima almost 2 years ago
- 1 comment
#650 - Properly stub constants
Pull Request -
State: closed - Opened by fatkodima almost 2 years ago
- 1 comment
#649 - Return same string object when no interpolations were made
Pull Request -
State: closed - Opened by fatkodima almost 2 years ago
- 7 comments
#648 - Frozen hashes in Ruby 3.1
Issue -
State: closed - Opened by 23tux almost 2 years ago
- 3 comments
#647 - Allow passing scope argument to exists?
Pull Request -
State: closed - Opened by misdoro almost 2 years ago
- 1 comment
#646 - [BUG]Rails 7 - inflections ignored when calling pluralize on string
Issue -
State: closed - Opened by jdescelliers almost 2 years ago
- 1 comment
#645 - [BUG] config.i18n.fallbacks not respected on Rails 7
Issue -
State: closed - Opened by yheuhtozr almost 2 years ago
- 3 comments
#644 - Make translations loading thread-safe
Pull Request -
State: closed - Opened by mensfeld almost 2 years ago
#643 - [BUG] i18n translation loading is not thread-safe
Issue -
State: closed - Opened by mensfeld about 2 years ago
- 3 comments
#642 - Fix load_path example in README.md
Pull Request -
State: closed - Opened by nickcampbell18 about 2 years ago
- 1 comment
#641 - cannot load such file -- i18n/core_ext/hash (LoadError)
Issue -
State: closed - Opened by aliahmadexe about 2 years ago
- 3 comments
#640 - Add support for meridian indicators on `Date` objects
Pull Request -
State: closed - Opened by movermeyer about 2 years ago
#639 - [BUG] `%P` gets stripped from `localize` formats for `Date` objects
Issue -
State: closed - Opened by movermeyer about 2 years ago
- 1 comment
#638 - Ruby 3.1.2: Still getting ArgumentError: wrong number of arguments (given 2, expected 1)
Issue -
State: closed - Opened by svpersteve about 2 years ago
- 10 comments
Labels: no-repro
#637 - Revert #503 changes for `Backend::Base`
Pull Request -
State: closed - Opened by movermeyer about 2 years ago
- 2 comments
#636 - Fix symbol resolving with pluralization
Pull Request -
State: closed - Opened by movermeyer about 2 years ago
- 1 comment
#635 - [BUG] Following `Symbols` doesn't work with Pluralization lookup
Issue -
State: closed - Opened by movermeyer about 2 years ago
#634 - Get closer to full CLDR pluralization support
Pull Request -
State: closed - Opened by movermeyer over 2 years ago
- 3 comments
#633 - Revert "Add support for CLDR data in `I18n::Backend::Pluralization`"
Pull Request -
State: closed - Opened by radar over 2 years ago
- 1 comment
#632 - [QUESTION] Does i18n use Semver?
Issue -
State: closed - Opened by ebouchut over 2 years ago
- 3 comments
#631 - Fix typos
Pull Request -
State: closed - Opened by movermeyer over 2 years ago
- 2 comments
#630 - Add support for CLDR data in `I18n::Backend::Pluralization`
Pull Request -
State: closed - Opened by movermeyer over 2 years ago
- 8 comments
#629 - [BUG] `I18n::Backend::Pluralization` should support CLDR pluralization
Issue -
State: open - Opened by movermeyer over 2 years ago
- 1 comment
#628 - Consistently return array from bulk lookup, even if translation(s) missing
Pull Request -
State: closed - Opened by sambostock over 2 years ago
- 1 comment
#627 - Updating DEFAULT_APPROXIMATIONS with capitalised German Eszett character for consistency
Pull Request -
State: closed - Opened by lucapericlp over 2 years ago
- 2 comments
#626 - [BUG] Using InterpolationCompiler fails
Issue -
State: open - Opened by fnordfish over 2 years ago
- 2 comments
Labels: has-repro-steps
#625 - `with_locale` raises an exception if the current locale is not an available locale
Issue -
State: open - Opened by bensheldon over 2 years ago
#624 - Don't skip interpolate for the empty values.
Pull Request -
State: closed - Opened by piecehealth over 2 years ago
#623 - [BUG] Custom transliterations aren't take into account (`ASCII-8BIT` encoded keys?)
Issue -
State: closed - Opened by beauraF almost 3 years ago
- 3 comments
#622 - Allow overriding of entry resolving entry resolving separate from defaults
Pull Request -
State: closed - Opened by movermeyer almost 3 years ago
- 2 comments
#621 - Add a version badge to README
Pull Request -
State: closed - Opened by mishina2228 almost 3 years ago
- 1 comment
#620 - Revert #591, add a regression test for #617
Pull Request -
State: closed - Opened by radar almost 3 years ago
- 7 comments
#619 - [BUG] mongoid model error validations not working
Issue -
State: closed - Opened by pnock almost 3 years ago
- 3 comments
#618 - Feature test for issue #606 and disable the optimization if the bug is present
Pull Request -
State: closed - Opened by casperisfine almost 3 years ago
- 2 comments
#617 - [BUG] Fallbacks do not work for Rails STI models
Issue -
State: closed - Opened by jeffblake almost 3 years ago
- 6 comments
Labels: no-repro
#616 - Minor `I18n.normalize_keys` improvement
Pull Request -
State: closed - Opened by codealchemy almost 3 years ago
- 1 comment
#615 - I18n.t('.') returns hash representing translation values
Issue -
State: closed - Opened by oorion almost 3 years ago
- 4 comments
Labels: pr-required
#614 - [BUG] I18n.transliterate broken
Issue -
State: closed - Opened by laurafeier almost 3 years ago
- 1 comment
#613 - can't modify frozen Hash: {} (FrozenError)
Issue -
State: closed - Opened by lavrovdv almost 3 years ago
- 7 comments
Labels: no-repro
#612 - LazyLoadable Backend
Pull Request -
State: closed - Opened by paarthmadan almost 3 years ago
- 5 comments
#611 - Remove warning: assigned but unused variable
Pull Request -
State: closed - Opened by mishina2228 almost 3 years ago
#610 - Release 1.9.0 disappeared from rubygems.org
Issue -
State: closed - Opened by pil0u almost 3 years ago
- 2 comments
#609 - [BUG] I tried using a yanked version of i18n and all I got was this verbose error message
Issue -
State: closed - Opened by lluchez almost 3 years ago
- 3 comments
#608 - Remove pry from Gemfile as it is not used
Pull Request -
State: closed - Opened by dvzrv almost 3 years ago
- 3 comments
#607 - [BUG] pry is not required during testing
Issue -
State: closed - Opened by dvzrv almost 3 years ago
- 6 comments