diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-15 11:15:53 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-15 11:22:28 +0100 |
| commit | 16739684bb7ca55d71c22cbd103ca8c058c33ecc (patch) | |
| tree | efb06331b0c96910d037e9ed8e23d39c4146487c /config | |
| parent | fd64bb953f4794b8cc79aa5149e761c77229f9d9 (diff) | |
| download | operum-16739684bb7ca55d71c22cbd103ca8c058c33ecc.tar.gz operum-16739684bb7ca55d71c22cbd103ca8c058c33ecc.zip | |
things: provide a simple way to follow links
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'config')
| -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 15a110d..5cc7f78 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -117,6 +117,7 @@ ca: object: font destroy-success: Font esborrada correctament none: Encara no hi ha cap font. Pots crear-ne una fent click + go-to: Segueix l'enllaç en una nova pestanya create-another: Afegeix-ne una altra create-success: Nova font creada correctament diff --git a/config/locales/en.yml b/config/locales/en.yml index 2209eee..c5a12c8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -117,6 +117,7 @@ en: object: source create-another: Create another one none: There are no sources yet. You can add a new one by clicking + go-to: Follow external link create-success: New source was successfully created update-success: Source was successfully updated |
