Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/BiblioJAM/JAMCalendar.py
diff options
context:
space:
mode:
Diffstat (limited to 'BiblioJAM/JAMCalendar.py')
-rw-r--r--BiblioJAM/JAMCalendar.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/BiblioJAM/JAMCalendar.py b/BiblioJAM/JAMCalendar.py
index 1fefa1c..8213de8 100644
--- a/BiblioJAM/JAMCalendar.py
+++ b/BiblioJAM/JAMCalendar.py
@@ -12,6 +12,8 @@ from pygame.locals import *
gc.enable()
pygame.font.init()
+from gettext import gettext as _
+
import JAMGlobals as VG
from JAMButton import JAMButton
from JAMLabel import JAMLabel
@@ -748,7 +750,7 @@ class Ejemplo(object):
def setup(self):
pygame.init()
pygame.display.set_mode(self.resolucion , 0, 0)
- pygame.display.set_caption("Ejemplo")
+ pygame.display.set_caption(_("Example"))
self.fondo = self.get_Fondo()
self.widgets = JAMCalendar()
#self.widgets.set_posicion(punto= (50,50))