Feature #590
Take the content of the english language file to a separate file etc
| Status: | Closed | Start date: | 2009-10-05 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | DJNekkid | % Done: | 0% |
|
| Category: | Translation | |||
| Target version: | 2.0 |
Description
Is it possible to take the contents of the enligsh language file to a separate file, and the contents of this file is "copy-pasted" into each language file? This makes the languages much easier to maintain, as its only one file with "real" content, and the translations are then done automaticly.
i.e.
------------------------------------------------------------------------------------------------------------------------
// 5941 * 0 04 00 LANG_ID2 \b1 STR_W_MU_594 "\n"
WORD_CC 8A MU_594_CAP_WAG_PAX_STR WORD_PAX " / " MU_594_CAP_WAG_MAIL_STR WORD_MAIL " / " MU_594_CAP_WAG_ARMOR_STR WORD_ARMOR "\n"
98 WORD_LS 8A WORD_MEDIUM "\n"
8B "NB: " 98 WORD_RC_1U 00
-----------------------------------------------------------------------------------------------------------------------
and all others are in a separate file, and the language files only contain the "pure words" (and sentences).
History
#1 Updated by DJNekkid over 3 years ago
- Assignee set to planetmaker
- Target version set to 2.0
#2 Updated by planetmaker over 3 years ago
- Category set to Translation
I'm pretty sure that's somehow possible. That's actually what I want for a proper translation system :-). I'll look into it.
#3 Updated by DJNekkid over 3 years ago
- Status changed from New to Closed
- Assignee changed from planetmaker to DJNekkid
Fixed by DJ Nekkid around r330 :D