« get me outta code hell

Changes(tm) - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-06-26 18:07:21 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-06-26 18:07:21 -0300
commit99c0bb64b33858a3a4077343b6db987471cdc1f0 (patch)
treece3b3e693052b099156871d8786627368ce2a560 /src/data/things.js
parentc75b029160248b6935e5c0f5156cc7a870311e82 (diff)
Changes(tm)
Diffstat (limited to 'src/data/things.js')
-rw-r--r--src/data/things.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/data/things.js b/src/data/things.js
index e2bbfd7..fa7a8d5 100644
--- a/src/data/things.js
+++ b/src/data/things.js
@@ -1798,7 +1798,9 @@ Object.assign(Language.prototype, {
     this.assertIntlAvailable('intl_pluralOrdinal');
     return this.formatString(
       'count.index.' + this.intl_pluralOrdinal.select(value),
-      {index: value}
+      {
+        index: value,
+      }
     );
   },