From 62481ddc1aa78430cb8114cbf00a7739824318a8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 29 Dec 2019 21:37:54 +1000 Subject: [PATCH] add coding back for xgettext --- anki/lang.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/anki/lang.py b/anki/lang.py index e87ec9b12..de01fd2c3 100644 --- a/anki/lang.py +++ b/anki/lang.py @@ -1,5 +1,7 @@ +# -*- coding: utf-8 -*- # Copyright: Ankitects Pty Ltd and contributors # License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html +# Please leave the coding line in this file to prevent xgettext complaining. import gettext import os