IlgnerBri / subtitleedit

Automatically exported from code.google.com/p/subtitleedit
0 stars 0 forks source link

Language files on trunk not complete #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Build trunk
2.Change language to dutch
3.crash (trying to access a non existing translation

Your most likely aware of this. I think it would be nicer to add the English 
translation in the language files (to prevent in from crashing). I am not sure 
if this is against the work flow of the translates but here my solution:
I created a test that will check for the existence of all strings in the 
language files. If there not there u can let the test save the complete file. 
In order to achieve this i uncommented some unused strings in the language.cs 
file because they where not used. (full files & test attached, taken from 
r1286).

Original issue reported on code.google.com by Pimmetje on 6 Aug 2012 at 4:48

Attachments:

GoogleCodeExporter commented 8 years ago
I've added the unit test. It will be useful before a release, thx :)

Original comment by nikse.dk@gmail.com on 7 Aug 2012 at 11:10