Esempio n. 1
0
#   by the Free Software Foundation, version 3 of the License.
#
#   This program 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.
#
#   You should have received a copy of the GNU Lesser General Public License
#   along with this program. If not, see <http://www.gnu.org/licenses/>.

import os
import os.path
import sys

from path import *
import translation_tools

translation_tools.init_commands()

# asebastudio
translation_tools.do_lupdate_lrelease_all(
    studio_path, "asebastudio", " ".join([studio_path, plugin_path, vpl_path]))

# compiler
translation_tools.do_lupdate_lrelease_all(studio_path, "compiler",
                                          compiler_ts_path)

# challenge
translation_tools.do_lupdate_lrelease_all(challenge_path, "asebachallenge",
                                          challenge_cpp)
Esempio n. 2
0
#   GNU Lesser General Public License for more details.
#
#   You should have received a copy of the GNU Lesser General Public License
#   along with this program. If not, see <http://www.gnu.org/licenses/>.

import os
import os.path
import sys

from path import *
import translation_tools

translation_tools.init_commands()

# qtabout
translation_tools.do_lupdate_lrelease_all(qtabout_path, "qtabout", qtabout_path)

# asebastudio
translation_tools.do_lupdate_lrelease_all(studio_path, "asebastudio", " ".join([studio_path, plugin_path, vpl_path, blockly_path]))

# compiler
translation_tools.do_lupdate_lrelease_all(studio_path, "compiler", compiler_ts_path)

# playground
translation_tools.do_lupdate_lrelease_all(playground_path, "asebaplayground", playground_path)

# challenge
translation_tools.do_lupdate_lrelease_all(challenge_path, "asebachallenge", challenge_cpp)

# upgrader
translation_tools.do_lupdate_lrelease_all(thymioupgrader_path, "thymioupgrader", thymioupgrader_path)
Esempio n. 3
0
#   it under the terms of the GNU Lesser General Public License as published
#   by the Free Software Foundation, version 3 of the License.
#
#   This program 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.
#
#   You should have received a copy of the GNU Lesser General Public License
#   along with this program. If not, see <http://www.gnu.org/licenses/>.

import os
import os.path
import sys

from path import *
import translation_tools

translation_tools.init_commands()

# asebastudio
translation_tools.do_lupdate_lrelease_all(studio_path, "asebastudio", " ".join([studio_path, plugin_path, vpl_path]))

# compiler
translation_tools.do_lupdate_lrelease_all(studio_path, "compiler", compiler_ts_path)

# challenge
translation_tools.do_lupdate_lrelease_all(challenge_path, "asebachallenge", challenge_cpp)