ICU RBNF format in PythonQuick snippet for using RBNF format Jul 22, 2021 • 1 min read irish icu rbnf %%capture !pip install pyicu import icu formatter = icu.RuleBasedNumberFormat(icu.URBNFRuleSetTag.SPELLOUT, icu.Locale('ga')) formatter.format(23) 'fiche a trí'