Defect #21856 ยป 21856.patch
| lib/redmine/i18n.rb (revision ) | ||
|---|---|---|
| 139 | 139 |
|
| 140 | 140 |
module Implementation |
| 141 | 141 |
include ::I18n::Backend::Base |
| 142 |
include ::I18n::Backend::Pluralization |
|
| 142 | 143 |
|
| 143 | 144 |
# Stores translations for the given locale in memory. |
| 144 | 145 |
# This uses a deep merge for the translations hash, so existing |