From 7bf7f8180dbc3a89824815de3bc1e4f40857d2f6 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Wed, 31 Dec 2014 10:42:08 +0100 Subject: Revert "Revert "Language names via intl library."" This reverts commit 4f35efa0bad4ae6489b63f3eebafe6542d654094. --- library/intl/resources/number_format/hy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 library/intl/resources/number_format/hy.json (limited to 'library/intl/resources/number_format/hy.json') diff --git a/library/intl/resources/number_format/hy.json b/library/intl/resources/number_format/hy.json new file mode 100644 index 000000000..8fd18e83c --- /dev/null +++ b/library/intl/resources/number_format/hy.json @@ -0,0 +1,9 @@ +{ + "numbering_system": "latn", + "decimal_pattern": "#0.###", + "percent_pattern": "#0%", + "currency_pattern": "#0.00 ¤", + "accounting_currency_pattern": "#0.00 ¤", + "decimal_separator": ",", + "grouping_separator": "." +} \ No newline at end of file -- cgit v1.2.3