Search found 3 matches

by BsKnng
Mon Feb 18, 2013 2:27 am
Forum: Tech support
Topic: Python program to merge two PO files
Replies: 0
Views: 6986

Python program to merge two PO files

Below is a python program that is able to merge two language files (of the same language) gracefully and fast. This way, two or more people can work at random on the same language file, do a merge, and all is fine. For each translation item, the program takes a look at both language (.po) files: -If...
by BsKnng
Sun Feb 17, 2013 7:11 pm
Forum: Tech support
Topic: Howto get rid of wierd � characters in translation file
Replies: 0
Views: 6479

Howto get rid of wierd � characters in translation file

Sometimes you see a � in a translation file, like for example Babyloni� in the nl.po, where it should say: Babylonië. To fix all these errors at once, I made 2 python programs: save this one as findbadcharacters.py : #!/usr/bin/env python #-*- coding: utf-8 -*- import codecs import sys def main(path...
by BsKnng
Wed Feb 13, 2013 9:13 am
Forum: Tech support
Topic: Howto install freeciv 2.3.4 from source on debian
Replies: 0
Views: 7302

Howto install freeciv 2.3.4 from source on debian

Tested on a fresh net-install debian squeeze 32 bit. Hardware acceleration: I dont know if it is really necessary, but just to be sure, I wanted hardware acceleration on. In root terminal: glxinfo | grep rendering Result: direct rendering: Yes [/size] My ati video-card hardware seems accelerated aut...