Hugo M
Hugo M
Hey @kipcole9, thank you. This already looks like a big difference for us! I will do more testing but results below look solid. I noticed that the underscore has turned...
Hey @kipcole9, with `{:ex_cldr, github: "elixir-cldr/cldr48"}` I'm now getting an error. I haven't changed any code or translations. ```== Compilation error in file lib/marketplace_search/cldr.ex == ** (Cldr.UnknownLocaleError) Failed to install...
@kipcole9 thanks for the quick reply. The hyphen was appearing so I could transform the `gettext` names: ```elixir defmodule MarketplaceSearch.Cldr do @moduledoc """ CLDR configuration module for MarketplaceSearch. """ use...
Yep, saw plenty of those warnings :) ``` Compiling lib/marketplace_search/gettext.ex (it's taking more than 10s) note: The locales ["bg_BG", "cs_CZ", "da_DK", "de_DE", "el_GR", "en_US", "es_ES", "fi_FI", "fr_FR", "hr_HR", "hu_HU", "id_ID",...
Hey @kipcole9 sorry for the delay - I was away for a while. Will test this early next week.
Hey @kipcole9, repeated my test above and it's looking good: ``` es-ES -> es_ES es-US -> es_ES en-AU -> en_GB zh-Hans -> zh_CN zh-Hant -> zh_HK ``` One more question:...