mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
letsencrypt: Replace a Unicode char with ASCII
Although there is nothing wrong with the generated POT file and the encoding is properly set to UTF-8, Weblate failed with following error: We have not been able to update the source file for the resource django.pot of the project FreedomBox UI. The URL we used to update the source file from was https://raw.githubusercontent.com/freedombox/Plinth/master/plinth/locale/django.pot. The exact error we encountered was: 'ascii' codec can't encode character u'\u2019' in position 31271: ordinal not in range(128)
This commit is contained in:
parent
64499a31b8
commit
130b5273e4
@ -47,7 +47,7 @@ description = [
|
||||
'certficate authority (CA).'), box_name=_(cfg.box_name)),
|
||||
|
||||
_('Let\'s Encrypt is a free, automated, and open certificate '
|
||||
'authority, run for the public’s benefit by the Internet Security '
|
||||
'authority, run for the public\'s benefit by the Internet Security '
|
||||
'Research Group (ISRG). Please read and agree with the '
|
||||
'<a href="https://letsencrypt.org/repository/">Let\'s Encrypt '
|
||||
'Subscriber Agreement</a> before using this service.')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user