Skip to content

Use base language to get the plural form

Daniel Garcia Moreno requested to merge fix-lang-fetcher into master

This patch removes some duplicate strings in the plural forms document and also provides a fallback in the case of a language is not found to use the base language. For example if "en_US" is not found it'll try to use the "en" entry in the document.

Fix #109 (closed)

Merge request reports