diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-07-15 13:41:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 13:41:29 +0200 |
commit | 61bbc5bf6d6eaf9edd07fa1d4a8cfa340f5a4100 (patch) | |
tree | f3133af1b0d7d7c4b9bf9e5b191eebe6bf2cab48 | |
parent | 84594583641388ba6248f81bd6eaef95c95f9373 (diff) | |
download | FlightCore-61bbc5bf6d6eaf9edd07fa1d4a8cfa340f5a4100.tar.gz FlightCore-61bbc5bf6d6eaf9edd07fa1d4a8cfa340f5a4100.zip |
fix: Add missing translation (#967)
Translation for showing NSFW mod was missing
-rw-r--r-- | src-vue/src/i18n/lang/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-vue/src/i18n/lang/en.json b/src-vue/src/i18n/lang/en.json index e0460fd1..4c3da49f 100644 --- a/src-vue/src/i18n/lang/en.json +++ b/src-vue/src/i18n/lang/en.json @@ -110,6 +110,7 @@ "show_deprecated_mods": "Show deprecated Thunderstore mods", "show_deprecated_mods_desc1": "This allows you to see deprecated mods in the online mods collection.", "show_deprecated_mods_desc2": "Watch out, such mods are usually deprecated for a good reason.", + "show_nsfw_mods": "Show NSFW Thunderstore mods", "profile": { "active": "Active Profile", |