Skip to content

Commit

Permalink
chore: add ukrainian translation to nuxt config
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox authored Nov 21, 2024
1 parent cd8780b commit d95e746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default defineNuxtConfig({
{ code: "es", name: "Español", file: "es.json" },
{ code: "pt_br", name: "Português (Brasil)", file: "pt_br.json" },
{ code: "zh_cn", name: "简体中文", file: "zh_cn.json" },
{ code: "uk", name: "українська", file: "uk.json" },
],
defaultLocale: "en",
langDir: "locales/",
Expand Down

0 comments on commit d95e746

Please sign in to comment.