Explorar el Código

Functionality to select the language

Oleksandr hace 2 años
padre
commit
c8e3e87077
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Website/layouts/default.vue

+ 1 - 1
Website/layouts/default.vue

@@ -107,7 +107,7 @@ export default {
       { name: "日本語", locale: "ja" },
       { name: "Français", locale: "fr" },
       // { name: "Deutsch", locale: "de" },
-      // ...
+      { name: "Українська", locale: "uk" },
     ],
     alert: {
       show: false,