diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-09-03 19:48:12 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-09-03 19:48:12 +0200 |
commit | 0ad903aca0480ab521001165a276da47c140bc36 (patch) | |
tree | 5b4197c0ac9c9a939c498324e0f0428af36078b2 /ishtar_common/urls.py | |
parent | baa9d49e6c84cd88c3c950b59655f41b5294624e (diff) | |
download | Ishtar-0ad903aca0480ab521001165a276da47c140bc36.tar.bz2 Ishtar-0ad903aca0480ab521001165a276da47c140bc36.zip |
i18n to change language (refs #1383)
Diffstat (limited to 'ishtar_common/urls.py')
-rw-r--r-- | ishtar_common/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index 3a69ca002..35354409e 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-2013 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as |