diff --git a/TRANSLATORS.rst b/TRANSLATORS.rst index 7fea7e399..4a896408d 100644 --- a/TRANSLATORS.rst +++ b/TRANSLATORS.rst @@ -28,7 +28,7 @@ Submitting a new language 1. Pull the latest version of ``develop`` 2. Create a new branch, e.g ``git checkout -b translations-new-fr-ca`` -3. Add your new language code and name in ``front/src/locales.js``. Use the native language name, as it is what appears in the UI selector. +3. Add your new language code and name in ``front/src/locales.ts``. Use the native language name, as it is what appears in the UI selector. 4. Create the ``po`` file from template: .. code-block:: shell diff --git a/front/.eslintrc.js b/front/.eslintrc.js index 6173dd055..039099f69 100644 --- a/front/.eslintrc.js +++ b/front/.eslintrc.js @@ -24,6 +24,8 @@ module.exports = { 'vue/no-v-html': 'off', // TODO: tackle this properly 'vue/no-use-v-if-with-v-for': 'off', + '@typescript-eslint/ban-ts-comment': 'off', + 'no-undef': 'off', // TODO: Enable typescript rules later '@typescript-eslint/no-this-alias': 'off', '@typescript-eslint/no-empty-function': 'off' diff --git a/front/index.html b/front/index.html index ace99da15..2cee400cf 100644 --- a/front/index.html +++ b/front/index.html @@ -8,7 +8,6 @@