Any collaborative tool/website to localize an Android app?
        Posted  
        
            by Nicolas Raoul
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nicolas Raoul
        
        
        
        Published on 2010-03-26T02:48:36Z
        Indexed on 
            2010/03/26
            4:33 UTC
        
        
        Read the original article
        Hit count: 593
        
My open source Android application has internationalization done the Android way, with strings.xml files.
The community has many people from many countries, and they are willing to contribute/improve translations using a collaborative website.
There is Launchpad but it only supports the gettext format so we would have to use scripts, not very convenient.
There is Crowdin but somehow this website seems dead, nearly no projects, and the download links do not work. Actually we started using Crowdin but all download links fail to give any strings.xml file back, see here.
What website is convenient for translating open source Android applications?
© Stack Overflow or respective owner