Skip to content

Commit

Permalink
chore: add fr lang options for typing
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Jan 27, 2024
1 parent 887d420 commit 2895891
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/client/src/typings/waline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ export interface WalineProps {
* - `'ru'`
* - `'ru-ru'`
* - `'ru-RU'`
* - `'fr-FR'`
* - `'fr'`
*
* Display language for waline
*
Expand All @@ -116,6 +118,8 @@ export interface WalineProps {
* - `'ru'`
* - `'ru-ru'`
* - `'ru-RU'`
* - `'fr-FR'`
* - `'fr'`
*
* @default navigator.language
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/hexo-next/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ waline:
# requiredMeta:
# - nick

# Language, available values: en-US, zh-CN, zh-TW, pt-BR, ru-RU, jp-JP
# Language, available values: en-US, zh-CN, zh-TW, pt-BR, ru-RU, jp-JP, fr-FR
# lang: zh-CN

# Word limit, no limit when setting to 0
Expand Down

0 comments on commit 2895891

Please sign in to comment.