Closed sgiehl closed 9 years ago
I have already some language-files for this plugin: en, de, hu, es and it
Every help on this topic is welcome.
Ok. I'll setup transifex for your plugin later and import the already existing files
Setup is finished. You should now be able to update the language files using the command as described in the developer docs. (Someone already translated it to greek) If you have any troubles feel free to contact me or write me a message on transifex. Cheers!
I've got a transiflex-account now. But when I start my develop-enviroment (LAMP-server with Piwik in development-mode) and try to get the translations with
./console translations:update -u
fatal: Not a git repository (or any of the parent directories): .git [Exception] Specifying HTTP Username and HTTP password is only supported for CURL for now.
You may need to install curl extension for php to get that running. I'll check why we currently don't handle that with other transport methods
I'm about to submit a PR to Piwik that enables http auth for non curl requests, but it may take some days until it will be merged to master
I updated CURL and get all new language files.
Language CZECH. Lang: cs.json
{
"BotTracker": {
"PluginDescription" : "Detekuje vyhledavací roboty & spidery a počítá jejich návštěvy bez sledovaní v logu.",
"Widgets" : "BotTracker",
"DisplayWidget" : "BotTracker Přehled",
"BotName" : "Jméno bota",
"BotCount" : "Počet návštěv",
"BotKeyword" : "Klíčové slovo",
"BotLastVisit" : "Poslední návštěva",
"BotActive" : "Aktivní",
"ExtraStats": "extra Statistiky",
"Config" : "Nastavení BotTracker",
"save_changes" : "Uložit",
"NoOfActiveBots": "Žádné návštěvy botů pro tuto stránku.",
"true" : "Ano",
"false" : "Ne",
"Error_empty" : " je prázdný!",
"Message_deleted" : " byl smazán!",
"Message_bot_inserted" : " bot byl vložen",
"insert_db" : "Vložit základní boty",
"delete" : "smazat"
}
}
@Warezov2 to help updating the translations, please register at https://www.transifex.com/projects/p/piwik/
CZECH is updated in transiflex
Piwik recently started to give plugin developers the possibility to use the translation project to get translations for their plugins. Are you interested in using it?
See http://developer.piwik.org/guides/translations#getting-translations-for-your-plugin- for further information.