lib/csl/locale.rb in csl-1.4.3 vs lib/csl/locale.rb in csl-1.4.4
- old
+ new
@@ -407,9 +407,13 @@
end
self
end
+ def reverse_merge(other)
+ other.merge(self)
+ end
+
# Locales are sorted first by language, then by region; sort order is
# alphabetical with the following exceptions: the default locale is
# prioritised; in case of a language match the default region of that
# language will be prioritised (e.g., de-DE will come before de-AT even