Skip to content

Commit

Permalink
fix language name for Ukrainian & Russian (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
cutiegin authored Aug 26, 2024
1 parent bbce512 commit 3640880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default defineNuxtConfig({
},
{
code: "ru-RU",
name: "русский (Russia)",
name: "Русский (Russia)",
},
{
code: "de-DE",
Expand All @@ -61,7 +61,7 @@ export default defineNuxtConfig({
},
{
code: "uk-UA",
name: "українець (Ukraine)",
name: "Українська (Ukraine)",
},
{
code: "vi-VN",
Expand Down

0 comments on commit 3640880

Please sign in to comment.