Skip to content
#

cldr

Here are 57 public repositories matching this topic...

MJacred
MJacred commented Jan 3, 2020

Reproduction steps:

have a localization file, e.g. active.en.toml, with the content Test = "" and run the following command in your terminal in the appropriate directory:

goi18n merge active.*.toml

to generate your updated translate.*.toml files.

Analysis

The execution of the above mentioned command will cause a nil reference exception here
https://github.com/nick

mattt
mattt commented Jul 23, 2019

Currently, DayPeriodFormatter only uses a locale's language code to determine the day period string. However, some rule sets have regional variations, such as es_cO, for "Spanish (Colombia)". These should be selected for matching locales.

This should be as straightforward as changing the current implementation to make two checks, first with and then without the region code. The only real tr

damienalexandre
damienalexandre commented Feb 28, 2020

Reading https://www.elastic.co/blog/boosting-the-power-of-elasticsearch-with-synonyms - we quickly see Emoji Search can benefit from the new POST /synonym_test/_reload_search_analyzers API.

Index-time synonyms have several disadvantages:

  • The index might get bigger, because all synonyms must be indexed.
  • Search scoring, which relies on term statistics, might suffer because synon

Improve this page

Add a description, image, and links to the cldr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cldr topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.