class ISO3166::Data
def sync_translations!
Experimental RBS support (using type sampling data from the type_fusion
project).
def sync_translations!: () -> Array[String]?
This signature was generated using 7 samples from 1 application.
def sync_translations! return unless cache_flush_required? locales_to_remove.each do |locale| unload_translations(locale) end locales_to_load.each do |locale| load_translations(locale) end end