Re: [Doxygen-users] Again about translations...
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-05-06 08:35:26
|
On Fri, May 04, 2001 at 11:18:23AM +0200, Prikryl,Petr wrote: > So, the main problem is to find, where the old method > was called and think deeply whether newly proposed > method will not create some apparent obstacles in future. > > Once this is decided, Dimitri (or someone closely > cooperating with him) can change the interface of > the decided method and create its appropriate > default implementation in the adapter class which > takes advantage of the older method, which > already gives translated string or substring. > > The maintainters could always look inside a documentation > whether their implementation is up-to-date or should > be updated. (This was not released yet, but the > perl script for generating the documentation will probably > be released soon.) > > There already are examples of the changed interface > in the last CVS releases. You may have a look at > trFiles() which was totally replaced by trFile(params). > There also are good candidates to use exactly the same > approach, like trAuthors() and trAuthor() -- not done yet. > > Conclusion: Let's start discussing the changes and > select the first candidates. Yes I agree. Some obvious candidates can be found by doing a grep PROJECT_NAME index.cpp This will reveal a number of places where the project name is prefixed with some translatable text. Regards, Dimitri |