mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 16:49:07 +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;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
//master files have .pot extension
|
||||||
|
LCFileName := ChangeFileExt(GetLCFileName, '.pot');
|
||||||
|
|
||||||
Result := AppDir + LCFileName;
|
Result := AppDir + LCFileName;
|
||||||
if FileExistsUTF8(Result) then
|
if FileExistsUTF8(Result) then
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user