Skip to content

Commit c695be5

Browse files
committed
chore: rename country code to language code
#87 (comment)
1 parent bd3786f commit c695be5

File tree

267 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

267 files changed

+2
-2
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ redcarpet:
3838
extensions: [hard_wrap, with_toc_data]
3939

4040
# multiple languages settings
41-
languages: ["jp", "kr"]
41+
languages: ["ja", "ko"]
4242
exclude_from_localizations: ["bower_components", "node_modules", "public"]
4343

4444
gems:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h2>{% t description %}</h2>
44
<nav class="lang-menu">
55
<ul>
66
<li><a href="{{ site.baseurl_root }}/" data-alt-href="{{ page.url | replace:'index.html','' }}">{% t global.japanese %}</a></li>
7-
<li><a href="{{ site.baseurl_root }}/kr/" data-alt-href="/kr{{ page.url | replace:'index.html','' }}">{% t global.korean %}</a></li>
7+
<li><a href="{{ site.baseurl_root }}/ko/" data-alt-href="/ko{{ page.url | replace:'index.html','' }}">{% t global.korean %}</a></li>
88
</ul>
99
</nav>
1010
</div>

0 commit comments

Comments
 (0)