Re: ElkArte german language files
Reply #7 –
Ah, okay you meant the structure of the file itself! 
At the moment we are using:
$txt['RANDOM_STRING'] = 'random string';
$txt['SOME_OTHER'] = 'here\'s something different';
// ...
Yep, a bit more verbose probably.
Is it so different in terms of approach to the translation?