aboutsummaryrefslogtreecommitdiffstats
path: root/locales/en
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-04-10 17:17:57 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:00 +0200
commit94d784255b6e039cdb09238c6a4916c566fdf03b (patch)
treed7743995c5fe09edae1e8fd2d3257ade289faa38 /locales/en
parentfeat(service-preload): Embed service-inject (diff)
downloadsophie-94d784255b6e039cdb09238c6a4916c566fdf03b.tar.gz
sophie-94d784255b6e039cdb09238c6a4916c566fdf03b.tar.zst
sophie-94d784255b6e039cdb09238c6a4916c566fdf03b.zip
feat(renderer): Localize window title
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'locales/en')
-rw-r--r--locales/en/translation.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/locales/en/translation.json b/locales/en/translation.json
index e215adc..9764719 100644
--- a/locales/en/translation.json
+++ b/locales/en/translation.json
@@ -45,6 +45,13 @@
45 "directAndIndirectMessageCount": "$t(service.title.directMessageCount, { \"count\": {{directMessageCount}} }) and $t(service.title.indirectMessageCount, { \"count\": {{indirectMessageCount}} })" 45 "directAndIndirectMessageCount": "$t(service.title.directMessageCount, { \"count\": {{directMessageCount}} }) and $t(service.title.indirectMessageCount, { \"count\": {{indirectMessageCount}} })"
46 } 46 }
47 }, 47 },
48 "title": {
49 "devMode": "[dev] {{title}}",
50 "noServiceName": "Sophie",
51 "separator": " - ",
52 "withServiceName": "{{serviceName}}$t(title.separator)$t(title.noServiceName)",
53 "withServiceNameAndTitle": "{{serviceTitle}}$t(title.separator)$t(title.noServiceName)"
54 },
48 "toolbar": { 55 "toolbar": {
49 "back": "Back", 56 "back": "Back",
50 "forward": "Forward", 57 "forward": "Forward",