Opened 7 years ago

Closed 5 years ago

#3848 closed defect (fixed)

Merge german translations de and de_DE

Reported by: robe Owned by: komzpa
Priority: medium Milestone:
Component: documentation Version: master
Keywords: PostGIS Documentation Makefile Cc: andischi

Description (last modified by robe)

We've got two german translations going on. The one we have in our repo is de_DE which is actually more behind than the one we don't have de.

transifex reports de is 81% done while de_DE is 56% done.

I'd like to merge de_DE into de.

Any german speakers have issue with this or best way to handle the merge?

Change History (16)

comment:1 by robe, 7 years ago

In 15743:

add de which is further ahead than de_DE
References #3848

comment:2 by robe, 7 years ago

Description: modified (diff)

comment:3 by robe, 7 years ago

hmm on closer inspection, doesn't look like an easy way to merge the two translations. I was hopy I could copy one file to another, but de is more translated in all files than de_DE is.

comment:4 by robe, 7 years ago

In 15744:

make de_DE suffix be de_DE (we might just scrap de_DE at some point.)
Add make file for de and make suffix -de.
References #3848 for PostGIS 2.4.0

comment:5 by robe, 7 years ago

Milestone: PostGIS 2.4.0PostGIS 2.5.0

comment:6 by komzpa, 6 years ago

Owner: changed from robe to komzpa

comment:7 by andischi, 6 years ago

The german translation "de" should be used and there is no need to merge it with de_DE.

The pristine german translation de_DE was refused because of an announcement of "georgesilva" not to split efforts (https://www.transifex.com/postgis/postgis/announcements/5836/). So back then I copied the german translation "de_DE" over to "de" (the only one upgraded since then).

Sorry for any inconvenience!

comment:8 by robe, 6 years ago

In 16811:

remove de_DE, it's redundant with de which is more complete.
Update all the po files (pulled from transifex)
References #3848

comment:9 by robe, 6 years ago

andischi - thanks, I've removed from our repo. Will close this out once I've done the same for PostGIS 3.0 and completely deleted from transifex.

LAme question - does anyone know how to delete a translation from transifex - I looked for the widget but couldn't find it.

comment:10 by robe, 6 years ago

In 16812:

remove de_DE, it's redundant with de which is more complete.
Update all the po files (pulled from transifex)
References #3848

comment:11 by andischi, 6 years ago

@robe - I've sent a message to "georgesilva" asking to delete de_DE from Transifex. maybe this works

comment:12 by pimpaa, 6 years ago

Removed de_DE as requested.

comment:13 by andischi, 6 years ago

Resolution: fixed
Status: newclosed

comment:14 by andischi, 5 years ago

Cc: andischi added
Keywords: PostGIS Documentation Makefile added
Milestone: PostGIS 2.5.0
Resolution: fixed
Status: closedreopened

https://github.com/postgis/postgis/blob/svn-trunk/doc/Makefile.in

# PostGIS documentation build Makefile

The line "translations = it_IT pt_BR fr es pl ko_KR de_DE ja"

should be "translations = it_IT pt_BR fr es pl ko_KR de ja"

comment:15 by robe, 5 years ago

In 17311:

Change de_DE to de. de is the one that is active
References #3848 for PostGIS 2.5

comment:16 by robe, 5 years ago

Resolution: fixed
Status: reopenedclosed

In 17312:

Change de_DE to de. de is the one that is active
Closes #3848 for PostGIS 3.0.0

Note: See TracTickets for help on using tickets.