diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-08 22:52:09 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-08 23:01:39 +0200 |
| commit | c99697a13e714d1ef87f047e5ad1c88f62f61f25 (patch) | |
| tree | 1374eb3c058f3329ecaf9f4c2a0d3a50635cc92d /config/locales | |
| parent | 10086cce466dbedf1d5a08655836fe4469508249 (diff) | |
| download | operum-c99697a13e714d1ef87f047e5ad1c88f62f61f25.tar.gz operum-c99697a13e714d1ef87f047e5ad1c88f62f61f25.zip | |
Re-order the top bar layout
Move actions in a way that make more sense after some usage of this
application.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'config/locales')
| -rw-r--r-- | config/locales/ca.yml | 1 | ||||
| -rw-r--r-- | config/locales/en.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 5e02e46..4ebcd79 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -110,6 +110,7 @@ ca: tags: title: Etiquetes + title-singular: Etiqueta new: Etiqueta nova new-action: nova update: Reanomena l'etiqueta diff --git a/config/locales/en.yml b/config/locales/en.yml index 8f38690..c4fb38e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -110,6 +110,7 @@ en: tags: title: Tags + title-singular: Etiqueta new: New tag update: Rename tag new-action: new |
