FreeCAD / FreeCAD-addons

A convenient gathering of useful and well-developed FreeCAD plugins made by the community.
749 stars 249 forks source link

Feature: offer most up-to-date FC translations/localizations via addon manager #68

Open luzpaz opened 6 years ago

luzpaz commented 6 years ago

Ref: https://forum.freecadweb.org/viewtopic.php?f=8&t=27097&p=217178#p217178 This way users don't have to wait for updates between releases.

luzpaz commented 6 years ago

Prerequisites

Proposed Workflow:

  1. An admin uses the transifex pull script to download all translations and then upload them to FreeCAD/FreeCAD-translations
  2. Addon-Manager will then have access to the FreeCAD/FreeCAD-translations repo and users will be able to download said translations.

Note: We can also borrow from some of the musescore script logic

luzpaz commented 5 years ago

Prerequisites

Proposed Workflow:

Single/Multiple translations

Result: new translations should be available in the UI

Side Feature

* (forum thread)

luzpaz commented 3 years ago

Updated workflow with info from https://forum.freecadweb.org/viewtopic.php?f=21&t=51825&p=506882#p505457

kaktusus commented 3 years ago

Hi. a good plan is the basis of every action. I have to think a little bit and get to know more. I do not know the possibilities of the crowdin system, and I do not know what tools could be used there to automate the work. being able to use cron (crontab) would automate some of the work.

luzpaz commented 3 years ago

There are a few options:

  1. improve our crowdin scripts (link)
  2. use the crowdin cli (link)
luzpaz commented 1 month ago

This is still a good idea, IMHO. Maybe we can make it happen post-1.0 ?