Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/BiblioJAM/JAMBoardTypes.py
diff options
context:
space:
mode:
Diffstat (limited to 'BiblioJAM/JAMBoardTypes.py')
-rw-r--r--BiblioJAM/JAMBoardTypes.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/BiblioJAM/JAMBoardTypes.py b/BiblioJAM/JAMBoardTypes.py
index a3ba06e..97427d5 100644
--- a/BiblioJAM/JAMBoardTypes.py
+++ b/BiblioJAM/JAMBoardTypes.py
@@ -11,6 +11,8 @@ import pygame, gc, sys
from pygame.locals import *
gc.enable()
+from gettext import gettext as _
+
import JAMGlobals as VG
from JAMLabel import JAMLabel
from JAMButton import JAMButton
@@ -301,7 +303,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()