mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Previously, localized_appendices would be ignored in nested LocalizedModules because the Module.build() step would just call get_source() on the nested module. This caused the plural forms expression to not be properly appended to the reddit-init and reddit-init-legacy modules since they nest the reddit-init-base module.