mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:55:58 +02:00
LCLTranslator: adapted search procedure to the fact that master files now have .pot extension
git-svn-id: trunk@60417 -
This commit is contained in:
parent
7b111e1c0a
commit
d2bd729d29
@ -253,6 +253,9 @@ var
|
||||
exit;
|
||||
end;
|
||||
|
||||
//master files have .pot extension
|
||||
LCFileName := ChangeFileExt(GetLCFileName, '.pot');
|
||||
|
||||
Result := AppDir + LCFileName;
|
||||
if FileExistsUTF8(Result) then
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user