From 7145665cbf2e13578854c177c3d9f4c9137afcf7 Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Fri, 4 Apr 2025 16:27:16 +0000 Subject: [PATCH] chore(i18n): add a meta line to the base json translation (#7462) Ref https://codeberg.org/forgejo/discussions/issues/326 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7462 Reviewed-by: Gusted Reviewed-by: floss4good --- options/locale_next/locale_en-US.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/options/locale_next/locale_en-US.json b/options/locale_next/locale_en-US.json index 9b27c39379..94b1100aeb 100644 --- a/options/locale_next/locale_en-US.json +++ b/options/locale_next/locale_en-US.json @@ -20,5 +20,6 @@ "error.not_found.title": "Page not found", "alert.asset_load_failed": "Failed to load asset files from {path}. Please make sure the asset files can be accessed.", "alert.range_error": " must be a number between %[1]s and %[2]s.", - "install.invalid_lfs_path": "Unable to create the LFS root at the specified path: %[1]s" + "install.invalid_lfs_path": "Unable to create the LFS root at the specified path: %[1]s", + "meta.last_line": "Thank you for translating Forgejo! This line isn't seen by the users but it serves other purposes in the translation management. You can place a fun fact in the translation instead of translating it." }