Skip to content

Commit

Permalink
update formatting reference link (#19164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Jan 14, 2022
1 parent be051d6 commit 4bd551d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guide-fr/tutorial-i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Vous pouvez aussi spécifier un motif personnalisé pour formater l'heure :
echo \Yii::t('app', 'It is {0,date,HH:mm}', time());
```

Voir [Formatting reference](http://icu-project.org/apiref/icu4c/classicu_1_1SimpleDateFormat.html#details).
Voir [Formatting reference](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classicu_1_1SimpleDateFormat.html#details).


#### Prononciation <span id="spellout"></span>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/tutorial-i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ echo \Yii::t('app', 'It is {0,date,HH:mm}', time());
// 日本語出力: '現在 22:37 です。'
```

[書式のリファレンス](http://icu-project.org/apiref/icu4c/classicu_1_1SimpleDateFormat.html#details).
[書式のリファレンス](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classicu_1_1SimpleDateFormat.html#details).


#### 綴り <span id="spellout"></span>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/tutorial-i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ echo \Yii::t('app', 'It is {0, time, short}', time());
echo \Yii::t('app', 'It is {0, date,HH:mm}', time());
```

[Описание форматирования](http://icu-project.org/apiref/icu4c/classicu_1_1SimpleDateFormat.html#details).
[Описание форматирования](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classicu_1_1SimpleDateFormat.html#details).


#### Числа прописью
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-zh-CN/tutorial-i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ echo \Yii::t('app', 'It is {0, time, short}', time());
echo \Yii::t('app', 'It is {0, date, HH:mm}', time());
```

[格式化参考](http://icu-project.org/apiref/icu4c/classicu_1_1SimpleDateFormat.html#details)
[格式化参考](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classicu_1_1SimpleDateFormat.html#details)


#### 拼写(Spellout) <span id="spellout"></span>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/tutorial-i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ You can also specify a custom pattern to format the time value:
echo \Yii::t('app', 'It is {0,date,HH:mm}', time());
```

[Formatting reference](http://icu-project.org/apiref/icu4c/classicu_1_1SimpleDateFormat.html#details).
[Formatting reference](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classicu_1_1SimpleDateFormat.html#details).


#### Spellout <span id="spellout"></span>
Expand Down

0 comments on commit 4bd551d

Please sign in to comment.