forked from Jardel93/yougi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
i18n_conf.py
31 lines (29 loc) · 1.28 KB
/
i18n_conf.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#-*- coding: utf-8 -*-
# SRC_DIR is mandatory
SRC_DIR = 'java/src/main/webapp'
# I18N_DIR is mandatory
I18N_DIR = 'java/src/main/resources/org/yougi/web/bundles'
# VAR_NAME is mandatory
VAR_NAME = 'bundle'
# TEXT_BASE is optional
TEXT_BASE = """
# Yougi is a web application conceived to manage user groups or
# communities focused on a certain domain of knowledge, whose members are
# constantly sharing information and participating in social and educational
# events. Copyright (C) 2011 Hildeberto Mendon\u00e7a.
#
# This application is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by the
# Free Software Foundation; either version 2.1 of the License, or (at your
# option) any later version.
#
# This application is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
# License for more details.
#
# There is a full copy of the GNU Lesser General Public License along with
# this library. Look for the file license.txt at the root level. If you do not
# find it, write to the Free Software Foundation, Inc., 59 Temple Place,
# Suite 330, Boston, MA 02111-1307 USA.
"""