Ejemplo n.º 1
0
# -*- coding: utf-8 -*-
#
# Copyright © 2009-2010 Pierre Raybaut
# Licensed under the terms of the MIT License
# (see spyderlib/__init__.py for details)

from guidata.gettext_helpers import do_compile

if __name__ == "__main__":
    do_compile("spyderlib")
    do_compile("p_pylint", "spyderplugins")
    do_compile("p_profiler", "spyderplugins")
    do_compile("p_breakpoints", "spyderplugins")
Ejemplo n.º 2
0
# -*- coding: utf-8 -*-
#
# Copyright © 2009-2010 CEA
# Pierre Raybaut
# Licensed under the terms of the CECILL License
# (see guidata/__init__.py for details)
"""
Compile new translations for this module
must be run from toplevel directory!
"""

from guidata.gettext_helpers import do_compile

if __name__ == "__main__":
    do_compile("guidata")
Ejemplo n.º 3
0
# -*- coding: utf-8 -*-
#
# Copyright © 2009-2010 Pierre Raybaut
# Licensed under the terms of the MIT License
# (see spyderlib/__init__.py for details)

from guidata.gettext_helpers import do_compile

# Compile .po file into .mo files

if __name__ == "__main__":
    do_compile("openfisca_qt")
#    do_compile("p_pylint", "spyderplugins")
#    do_compile("p_profiler", "spyderplugins")
Ejemplo n.º 4
0
# -*- coding: utf-8 -*-
#
# Copyright © 2009-2010 CEA
# Pierre Raybaut
# Licensed under the terms of the CECILL License
# (see guiqwt/__init__.py for details)

"""Compile new translations for this module
must be run from toplevel directory !
"""
from guidata.gettext_helpers import do_compile

if __name__ == "__main__":
    do_compile("guiqwt")
Ejemplo n.º 5
0
# -*- coding: utf-8 -*-
#
# Copyright © 2009-2010 CEA
# Pierre Raybaut
# Licensed under the terms of the CECILL License
# (see guidata/__init__.py for details)

"""
Compile new translations for this module
must be run from toplevel directory!
"""

from guidata.gettext_helpers import do_compile

if __name__ == "__main__":
    do_compile("guidata")