Skip to content
Snippets Groups Projects
Unverified Commit 4aad0732 authored by Noah Moss's avatar Noah Moss Committed by GitHub
Browse files

make sure plurals get enumerate properly (#31483)

parent 5a1ecf34
No related merge requests found
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
(apply str (rest i18n-string)))] (apply str (rest i18n-string)))]
(merge {:message message} (merge {:message message}
(when (string? pl-i18n-string) (when (string? pl-i18n-string)
{:message-pl i18n-string}))))) {:message-pl pl-i18n-string})))))
(defn- analyze-translations (defn- analyze-translations
"Takes roots to grasp returning a map of :file, :line, :original (the original form), and :message. If identifying the "Takes roots to grasp returning a map of :file, :line, :original (the original form), and :message. If identifying the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment