Skip to content

Commit

Permalink
fix: emoji removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Feb 13, 2025
1 parent 96a026d commit 38c62fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export default defineNuxtConfig({
alwaysRedirect: true,
},
locales: [
{ code: 'en', language: 'en-US', name: 'English', file: 'en-US.json', emoji: '🇺🇸' },
{ code: 'ru', language: 'ru-RU', name: 'Русский', file: 'ru-RU.json', emoji: '🇷🇺' },
{ code: 'en', language: 'en-US', name: 'English', file: 'en-US.json' },
{ code: 'ru', language: 'ru-RU', name: 'Русский', file: 'ru-RU.json' },
],
},
css: [resolvePath('./app/assets/css/main.css')],
Expand Down

0 comments on commit 38c62fb

Please sign in to comment.