chore(i18n): add a meta line to the base json translation

This commit is contained in:
0ko 2025-04-04 20:36:57 +05:00
parent 6ad706aa88
commit 4fe5aecadc

View file

@ -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."
}