today_ai_weather/app/views/cities
songtianlun bd42833953 feat: add translatable name module for countries and regions
- Introduced `TranslatableName` module to allow for
  localized names for `Country` and `Region` models.
- Updated views to display `localized_name` instead of
  `name` for improved internationalization.
- Refactored JSON serialization for `translations` attribute.
- Enhanced localization support by adding new languages:
  Japanese and Korean, with updated locale files.
- Removed outdated English and Chinese locales for countries
  and regions to clean up the codebase.
2025-02-21 23:46:25 +08:00
..
_admin_panel.html.erb feat: add admin management features for cities 2025-02-11 17:40:13 +08:00
_city.html.erb feat: add internationalization support 2025-02-21 17:51:25 +08:00
_results.html.erb feat: add loading spinner and search updates 2025-02-12 14:47:30 +08:00
_search_city.html.erb feat: add internationalization support 2025-02-21 17:51:25 +08:00
_stat_card.html.erb feat: add statistics card component and refactor views 2025-02-14 14:56:51 +08:00
index.html.erb feat: add translatable name module for countries and regions 2025-02-21 23:46:25 +08:00
show.html.erb feat: add internationalization support 2025-02-21 17:51:25 +08:00