Skip to content

Commit

Permalink
feat(plugin-comment): support more Giscus locales
Browse files Browse the repository at this point in the history
  • Loading branch information
SuniRein committed Feb 12, 2025
1 parent 7f224df commit 2eca168
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,26 @@ import '../styles/giscus.css'
// Note: Should be updated with https://github.com/giscus/giscus/tree/main/locales
const SUPPORTED_LANGUAGES = [
'ar',
'be',
'bg',
'ca',
'cs',
'da',
'de',
'en',
'eo',
'es',
'eu',
'fa',
'fr',
'gr',
'hbs',
'he',
'hu',
'id',
'it',
'ja',
'kh',
'ko',
'nl',
'pl',
Expand All @@ -39,6 +47,7 @@ const SUPPORTED_LANGUAGES = [
'uz',
'vi',
'zh-CN',
'zh-HK',
'zh-TW',
] as const

Expand Down

0 comments on commit 2eca168

Please sign in to comment.