mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 12:01:33 +02:00
chore: organize giscus-related configurations
This commit is contained in:
parent
4b270755bf
commit
d12e235a23
8 changed files with 43 additions and 251 deletions
|
@ -29,13 +29,20 @@ export const walineLocaleMap: Record<string, string> = {
|
|||
'zh-tw': 'zh-TW',
|
||||
}
|
||||
|
||||
// Giscus Language Map
|
||||
// https://giscus.app/
|
||||
export const giscusLocaleMap: Record<string, string> = {
|
||||
'zh': 'zh-CN',
|
||||
'zh-tw': 'zh-TW',
|
||||
'ja': 'ja',
|
||||
'de': 'de',
|
||||
'en': 'en',
|
||||
'es': 'es',
|
||||
'fr': 'fr',
|
||||
'ja': 'jp',
|
||||
'ko': 'ko',
|
||||
'pl': 'pl',
|
||||
'pt': 'pt',
|
||||
'ru': 'ru',
|
||||
'zh': 'zh-CN',
|
||||
'zh-tw': 'zh-TW',
|
||||
}
|
||||
|
||||
// Supported Languages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue