ruby-cldr icon indicating copy to clipboard operation
ruby-cldr copied to clipboard

Ruby library for exporting data from CLDR (Common Locale Data Repository)

Results 28 ruby-cldr issues
Sort by recently updated
recently updated
newest added

`Cldr::Export::Data::Numbers#symbols` ignores the [distinguishing attribute](https://unicode.org/reports/tr35/tr35.html#Definitions) `numberSystem`: ### Example In the `bn` locale, there are data for two number systems. However, `Cldr::Export::Data::Numbers#symbols` merges them all together: ```ruby (byebug) select('numbers/symbols/*').size 23 ```...

The RBNF for individual locales do not fall back to `root`. This is wrong. In particular, many locales rely on `digits-ordinal` being inherited from `root`. The format currently exported by...

Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp) from 0.4.4 to 0.7.3. Release notes Sourced from ruby-lsp's releases. v0.7.3 What's Changed 🐛 Bug Fixes Remove old .ruby-lsp folder if ruby-lsp and debug are in the Gemfile...

dependencies

Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.5.7 to 3.6.1. Release notes Sourced from test-unit's releases. test-unit 3.6.1 - 2023-06-25 Improvements collector: load: Improved performance when a large number of test files exist. GH-232...

dependencies

Bumps [rubocop-shopify](https://github.com/Shopify/ruby-style-guide) from 2.11.1 to 2.14.0. Release notes Sourced from rubocop-shopify's releases. v2.14.0 What's Changed Enabled Cops Style/ReturnNil (#529) Lint/NoReturnInBeginEndBlocks (#545) Changed Cops Tweak Naming/InclusiveLanguage AllowedRegex to allow more git...

dependencies

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 1.12.0 to 1.14.1. Release notes Sourced from i18n's releases. v1.14.1 Included in this release Simplify the "Translation missing" message when default is an empty Array by @​amatsuda...

dependencies

Bumps [debug](https://github.com/ruby/debug) from 1.7.2 to 1.8.0. Release notes Sourced from debug's releases. v1.8.0 This release supports TraceInspector functionality on VSCode, and other fixes. What's Changed CLI Fix info c <exp>...

dependencies

Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp) from 0.23.8 to 0.23.11. Release notes Sourced from ruby-lsp's releases. v0.23.11 ✨ Enhancements Add custom request to return LSP internal state (Shopify/ruby-lsp#3194) by @​vinistock Add test items collection...

dependencies