ourjapanlife / findadoc-web

Front-end repository for Find a Doc, Japan
https://findadoc.jp
BSD 3-Clause "New" or "Revised" License
16 stars 14 forks source link

REFACTOR: change the formatting functionality of locales to a reusable function #723

Closed NabbeunNabi closed 2 months ago

NabbeunNabi commented 2 months ago

Problem

Right now the when we display the locale on the home page of the doctors it is very readable. I can think of many use cases where we would want this functionality. So it should be moved out into the localeStore

Success

This function is moved, refactored, and tested

Requirements