Squashed merge from refactor/code-cleanup to main

This commit is contained in:
Roberto Tonino
2021-07-17 14:28:29 +02:00
parent b677f422a2
commit 76b9185127
49 changed files with 2086 additions and 2118 deletions

View File

@@ -1,7 +1,7 @@
import Vue from 'vue'
import VueI18n from 'vue-i18n'
import { locales } from '@/lang/index'
import { locales } from '@/lang'
Vue.use(VueI18n)
@@ -20,7 +20,7 @@ const i18n = new VueI18n({
* @param {number} choicesLength An overall amount of available choices
* @returns A final choice index to select plural word by
*/
ru(choice, choicesLength) {
ru(choice /*, choicesLength */) {
const n = Math.abs(choice) % 100
const n1 = n % 10