12: def collection_accessor_methods_with_shared_translations(reflection, association_proxy_class, writer = true)
13: collection_accessor_methods_without_shared_translations(reflection, association_proxy_class, writer)
14: process_translation_shared reflection
15: end