update: make default repo description translatable

This commit is contained in:
Hans-Christoph Steiner 2019-12-03 00:06:30 +01:00
parent 75639ba0e8
commit ddf1f8ea15
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -139,12 +139,12 @@ default_config = {
'repo_url': "https://MyFirstFDroidRepo.org/fdroid/repo", 'repo_url': "https://MyFirstFDroidRepo.org/fdroid/repo",
'repo_name': "My First FDroid Repo Demo", 'repo_name': "My First FDroid Repo Demo",
'repo_icon': "fdroid-icon.png", 'repo_icon': "fdroid-icon.png",
'repo_description': ''' 'repo_description': _('''
This is a repository of apps to be used with FDroid. Applications in this This is a repository of apps to be used with FDroid. Applications in this
repository are either official binaries built by the original application repository are either official binaries built by the original application
developers, or are binaries built from source by the admin of f-droid.org developers, or are binaries built from source by f-droid.org using the
using the tools on https://gitlab.com/u/fdroid. tools on https://gitlab.com/fdroid.
''', '''),
'archive_description': _('These are the apps that have been archived from the main repo.'), 'archive_description': _('These are the apps that have been archived from the main repo.'),
'archive_older': 0, 'archive_older': 0,
'lint_licenses': fdroidserver.lint.APPROVED_LICENSES, 'lint_licenses': fdroidserver.lint.APPROVED_LICENSES,