Last active
January 5, 2017 15:54
-
-
Save suhanlee/e6bd82f19884a2ae17886971af1dcfa0 to your computer and use it in GitHub Desktop.
Rails i18n yml files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ko: | |
datetime: | |
distance_in_words: | |
less_than_x_seconds: "%{count}초 전" | |
less_than_x_minutes: "%{count}분 전" | |
half_a_minute: "30초 전" | |
x_minutes: "%{count}분 전" | |
about_x_hours: "%{count}시간 전" | |
x_days: "%{count}일 전" | |
about_x_months: "%{count}달 전" | |
x_months: "%{count}달 전" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment