Skip to content

Commit

Permalink
fix(i18n): rename locale file to fix broken tray menu text (#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
3gf8jv4dv authored Jan 31, 2025
1 parent cc14d79 commit d3fac6b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions frontend/nyanpasu/src/services/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import i18n from 'i18next'
import { initReactI18next } from 'react-i18next'
import en from '@/locales/en.json'
import ru from '@/locales/ru.json'
import zhCN from '@/locales/zh-cn.json'
import zhTW from '@/locales/zh-tw.json'
import zhCN from '@/locales/zh-CN.json'
import zhTW from '@/locales/zh-TW.json'

const resources = {
en: { translation: en },
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d3fac6b

Please sign in to comment.