From 29d311bf6507fc5b30f070faa07c96539466f4fb Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 3 Jul 2020 18:11:31 +0200 Subject: [PATCH] Frontend: Translate colors Signed-off-by: Michael Mayer --- frontend/src/component/photo/toolbar.vue | 31 ++--- frontend/src/dialog/photo/details.vue | 5 +- frontend/src/resources/de.mo | Bin 21809 -> 23176 bytes frontend/src/resources/de.po | 156 ++++++++++++++++------- frontend/src/resources/options.js | 34 +++++ frontend/src/resources/options.json | 90 ------------- frontend/src/resources/translations.json | 2 +- frontend/src/resources/translations.pot | 142 +++++++++++++++------ 8 files changed, 262 insertions(+), 198 deletions(-) delete mode 100644 frontend/src/resources/options.json diff --git a/frontend/src/component/photo/toolbar.vue b/frontend/src/component/photo/toolbar.vue index 76ac941e7..507507e2f 100644 --- a/frontend/src/component/photo/toolbar.vue +++ b/frontend/src/component/photo/toolbar.vue @@ -109,7 +109,7 @@ item-value="Month" item-text="Name" v-model="filter.month" - :items="monthOptions"> + :items="monthOptions()">