Add:Start of localization i18n #1103

This commit is contained in:
advplyr 2022-11-06 17:56:44 -06:00
parent 3282ac67e4
commit eb463a2958
13 changed files with 367 additions and 55 deletions

View file

@ -1,7 +1,7 @@
<template>
<div id="librariesTable" class="bg-bg rounded-md shadow-lg border border-white border-opacity-5 p-4 mb-8">
<div class="flex items-center mb-2">
<h1 class="text-xl">Libraries</h1>
<h1 class="text-xl">{{ $strings.HeaderLibraries }}</h1>
<div class="mx-2 w-7 h-7 flex items-center justify-center rounded-full cursor-pointer hover:bg-white hover:bg-opacity-10 text-center" @click="clickAddLibrary">
<span class="material-icons" style="font-size: 1.4rem">add</span>
</div>