Added translations🌍

ref #103
This commit is contained in:
2021-03-19 18:02:38 +01:00
parent 3a4575f251
commit 34dfc9add6
3 changed files with 8 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
function submit() {
if (data_loaded === true && save_enabled) {
Toastify({
text: "Updating your profile...",
text: $_('updating-your-profile'),
duration: 2500,
}).showToast();
console.log(editable)
@@ -29,7 +29,7 @@
console.log(resp)
original_data = Object.assign(original_data, editable);
Toastify({
text: "Profile updated!",
text:$_('profile-updated'),
duration: 2500,
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
}).showToast();