aptly icon indicating copy to clipboard operation
aptly copied to clipboard

Support Translations

Open alfem opened this issue 11 years ago • 9 comments

I manage some repositories in Spain and aptly could be really useful, but translations are really needed.

Have you got this feature in the roadmap?

alfem avatar Apr 16 '14 09:04 alfem

I haven't had it on roadmap, as you're the first person requesting that. I'm scheduling that for 0.6.

Thanks!

smira avatar Apr 16 '14 11:04 smira

Hello! I need this feature too.

Un1oR avatar Jan 13 '15 08:01 Un1oR

+1

drzhbe avatar Jan 13 '15 09:01 drzhbe

So am I :) P.S. Can't find a way to "like" an issue on github, so here I am.

woodroof avatar Jan 13 '15 09:01 woodroof

+1

halyvin avatar Jan 13 '15 09:01 halyvin

hey @smira ! any chance this can be looked at soon? currently this prevents from being able to see the packages descriptions from a local mirror of repos like the official debian ones. thanks in advance!

sandrotosi avatar Jul 17 '17 20:07 sandrotosi

Sorry, I do not have anything planned so far on that.

smira avatar Jul 18 '17 19:07 smira

thanks for getting back to me @smira ! maybe you could point out (if you know) what are the files/functions that may need changing to support this - it looks like there are several people interested in getting this fixed, maybe some of them will come up with a patch? :)

sandrotosi avatar Jul 20 '17 13:07 sandrotosi

@sandrotosi I think it's non-trivial thing, but overall what I thought:

  1. Package should have additional "fields" in aptly DB: translation per each language. These fields might be filled while mirroring (by reading Translation indexes) or directly from package description.
  2. While publishing (if requested), Translation indexes per language should be generated - if package has translation in that language, it goes into this index.
  3. Repeating from above: if configured, aptly gathers translation indexes (probably in some configured languages) and updates package translations. Same applies when package is being imported (like aptly repo add).

smira avatar Aug 08 '17 20:08 smira