Skip to content

Commit

Permalink
Merge pull request hexojs#76 from LouisBarranqueiro/master
Browse files Browse the repository at this point in the history
Fix mistake : i18n is internationalization
  • Loading branch information
漩涡 committed Jul 28, 2015
2 parents 0fbe824 + 3c2e059 commit 5ce0a51
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion source/_data/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docs:
templates: templates.html
variables: variables.html
helpers: helpers.html
localization: localization.html
internationalization: internationalization.html
plugins: plugins.html
miscellaneous:
troubleshooting: troubleshooting.html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Localization (i18n)
title: Internationalization (i18n)
---
You can use localization to present your site in different languages. Please edit `language` setting in `_config.yml`. This is your default language. You can also set multiple languages to modify the order of default languages.
You can use internationalization to present your site in different languages. Please edit `language` setting in `_config.yml`. This is your default language. You can also set multiple languages to modify the order of default languages.

``` yaml
language: zh-tw
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: 本地化(i18n)
title: 国际化(i18n)
---
若要让您的网站以不同语言呈现,您可使用本地化(localization)功能。请先在 `_config.yml` 中调整 `language` 设定,这代表的是预设语言,您也可设定多个语言来调整预设语言的顺位。
若要让您的网站以不同语言呈现,您可使用国际化(internationalization)功能。请先在 `_config.yml` 中调整 `language` 设定,这代表的是预设语言,您也可设定多个语言来调整预设语言的顺位。

``` yaml
language: zh-tw
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: 本地化(i18n)
title: 國際化(i18n)
---
若要讓您的網站以不同語言呈現,您可使用本地化(localization)功能。請先在 `_config.yml` 中調整 `language` 設定,這代表的是預設語言,您也可設定多個語言來調整預設語言的順位。
若要讓您的網站以不同語言呈現,您可使用國際化(internationalization)功能。請先在 `_config.yml` 中調整 `language` 設定,這代表的是預設語言,您也可設定多個語言來調整預設語言的順位。

``` yaml
language: zh-tw
Expand Down
2 changes: 1 addition & 1 deletion themes/navy/languages/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sidebar:
templates: Templates
variables: Variables
helpers: Helpers
localization: Localization (i18n)
internationalization: Internationalization (i18n)
plugins: Plugins
miscellaneous: Miscellaneous
troubleshooting: Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion themes/navy/languages/zh-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sidebar:
templates: 模版
variables: 变量
helpers: 辅助函数
localization: 本地化 (i18n)
internationalization: 国际化 (i18n)
plugins: 插件
miscellaneous: 其他
troubleshooting: 问题解答
Expand Down
2 changes: 1 addition & 1 deletion themes/navy/languages/zh-tw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sidebar:
templates: 模版
variables: 變數
helpers: 輔助函數
localization: 本地化 (i18n)
internationalization: 國際化 (i18n)
plugins: 外掛
miscellaneous: 其他
troubleshooting: 解決問題
Expand Down
2 changes: 1 addition & 1 deletion themes/navy/source/css/_variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ line-height = 1.6em
// Layout
max-width = 1200px
gutter-width = 20px
sidebar-width = 200px
sidebar-width = 220px
mobile-nav-width = 260px

// Media queries
Expand Down

0 comments on commit 5ce0a51

Please sign in to comment.