Request to add support for ILS (Israeli New Shekel) #841
Replies: 1 comment 1 reply
|
Added - ILS is in, and Israel is now one of the region presets (ILS, DD.MM.YYYY, 24-hour, taken from the CLDR defaults for You are right that the shekel sign needs no special handling, and it gets none: decimal places and symbol come from the browser's own locale data, the same way every other currency gets them. There is no symbol table in Yuvomi to add a row to. While doing it I removed the reason this kind of request was ever more than one line: the currency list existed in four literal copies (settings picker, subscriptions, the preferences route, shared expenses), kept in step by two guards that compared the four source files with regular expressions. That is how KRW, IDR and IRR once ended up selectable as the household currency while two modules refused them. The list now lives in one shared module, and the guard asserts that no second copy exists rather than comparing copies. Released in v2.35.0. |
Uh oh!
There was an error while loading. Please reload this page.
Currency List currently does not include Israeli New Shekel (2 decimal places for the amount)
Symbol note: the shekel sign ₪ is a standard Unicode character (U+20AA, "NEW SHEQEL SIGN"), well supported across fonts and platforms, so it can be used directly as the display symbol — no fallback needed. ILS works as a plain-text alternative anywhere the glyph can't be shown.
All reactions