loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <gusted@noreply.codeberg.org>
Reviewed-by: floss4good <floss4good@noreply.codeberg.org>

0ko 7145665c 6ad706aa

+2 -1
+2 -1
options/locale_next/locale_en-US.json
··· 20 20 "error.not_found.title": "Page not found", 21 21 "alert.asset_load_failed": "Failed to load asset files from {path}. Please make sure the asset files can be accessed.", 22 22 "alert.range_error": " must be a number between %[1]s and %[2]s.", 23 - "install.invalid_lfs_path": "Unable to create the LFS root at the specified path: %[1]s" 23 + "install.invalid_lfs_path": "Unable to create the LFS root at the specified path: %[1]s", 24 + "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." 24 25 }