[Gambas-user] po-header.txt

Benoît Minisini g4mba5 at gmail.com
Wed Jun 27 19:06:38 CEST 2018


Le 27/06/2018 à 18:30, CD a écrit :
> Good evening,
> I went through the Gambas3 sources:
> https://gitlab.com/gambas/gambas/blob/master/app/src/gambas3/.src
> I found in the code of the class CTranslation.class a procedure:
> Private Sub LoadTranslation (sLang As String)
> ... / ...
> Header & = SubstHeader (File.Load ("po-header.txt"), sLang)
> ... / ...
> I found in the sources, the file po-header.txt
> https://gitlab.com/gambas/gambas/blob/master/app/src/gambas3/po-header.txt
> 
> is this file installed with Gambas (I am in 3.11.2), and if yes where?
> 
> regards
> 
> 
> 
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
> 

Relative paths are located in the project. Look at: 
http://gambaswiki.org/wiki/cat/path

Regards,

-- 
Benoît Minisini


More information about the User mailing list