Skip to content

wip(backtivisda): creating all translations strings on backtivisda

Marc-AntoineA requested to merge feat-161-add-translation-strings-backtivisda into main

Description

Create all translation strings in backtivisda using vscode extension i18n-ally.

Fichiers :

  • components/beforeafterimage
  • components/labelpicker
  • components/modaltags
  • components/modaltemplate
  • components/navbar
  • components/symboluploader
  • pages/Backgrounds
  • pages/Login
  • pages/Symbols
  • pages/SyncReview
  • App

Issues : #161

Checklist before merge :

  • No remaining console.log
  • Version changed for any feature or bugfix
  • Create an entry in changelog
  • english and french translations if required
  • all eslintConfig rules are on ("2") (except no-useless-escape / vue/no-mutating-props)
  • npm run prettier:write done

Tests

  • Aktivisda can be used: start aktivisda and play with it
  • Backtivisda can be used: start backtivisda and play with it
  • If it’s a bug, a new test added
  • If it’s a new feature, a new test added
Edited by Marc-AntoineA

Merge request reports