Add config option to display source code URL in footer (#2450)

This commit is contained in:
Samantaz Fox
2021-10-07 13:53:12 +02:00
committed by GitHub
parent bfef9d4b6e
commit adc12addfa
7 changed files with 66 additions and 26 deletions

View File

@@ -425,5 +425,11 @@
"Current version: ": "Current version: ",
"next_steps_error_message": "After which you should try to: ",
"next_steps_error_message_refresh": "Refresh",
"next_steps_error_message_go_to_youtube": "Go to YouTube"
"next_steps_error_message_go_to_youtube": "Go to YouTube",
"footer_donate": "Donate: ",
"footer_documentation": "Documentation",
"footer_source_code": "Source code",
"footer_original_source_code": "Original source code",
"footer_modfied_source_code": "Modified Source code",
"adminprefs_modified_source_code_url_label": "URL to modified source code repository"
}