diff options
| author | winter | 2025-03-22 21:46:35 +0000 |
|---|---|---|
| committer | winter | 2025-03-22 21:46:35 +0000 |
| commit | ce0e60be4eb4872c3cb101414b32784dbde11da4 (patch) | |
| tree | 4dce80a25e1f334b6c86428d10f924a722a8f679 /locale | |
| parent | d148c21a162ba3280667f3db30a757669f046007 (diff) | |
add null fallback to en_GB
so weblate doesn't throw it away lol
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index aa906f0..baa6e15 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -1,4 +1,5 @@ { + "FALLBACK": null, "digitigrade": "Digitigrade", "version": "Digitigrade @ %s", "action.share": "Share", |
