XProger / OpenLara

Classic Tomb Raider open-source engine
http://xproger.info/projects/OpenLara/
BSD 2-Clause "Simplified" License
4.69k stars 359 forks source link

Update "pl.h". #435

Closed J013k closed 2 years ago

J013k commented 2 years ago

Added missing strings and updated Polish translation.

Haker120 commented 2 years ago

How about Polish font? I bet it'll be possible to add.

J013k commented 2 years ago

I am not sure if I understand you: https://i.imgur.com/RlRvpiN.jpeg

https://i.imgur.com/6bf7D39.png

https://i.imgur.com/4YkiLqy.png

https://i.imgur.com/X7lXh0Y.png

elektronicznypank commented 2 years ago

I cannot use build.sh, OpenLara bin doesn't generate. Platform - manjaro linux:

clang-14: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] clang-14: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] In file included from main.cpp:15: In file included from ../../game.h:4: In file included from ../../core.h:795: ../../gapi/gl.h:1319:35: warning: comparison of function 'glTexImage3D' not equal to a null pointer is always true [-Wtautological-pointer-compare] support.tex3D = glTexImage3D != NULL; ^~~~ ~~~~ ../../gapi/gl.h:1319:35: note: prefix with the address-of operator to silence this warning support.tex3D = glTexImage3D != NULL; ^ & In file included from main.cpp:15: In file included from ../../game.h:4: In file included from ../../core.h:812: In file included from ../../texture.h:5: In file included from ../../format.h:5: In file included from ../../gameflow.h:5: In file included from ../../lang.h:319: ../../lang/pl.h:276:195: warning: missing terminating '"' character [-Winvalid-pp-token] / 43 / , "Nie mog|e wspi|a)c si|e na g)or|e, poniewaz szczelina jest zbyt ma}la.@Ale naci)snij w prawo, a ja b|ed|e kiwa}la si|e na boki@az b|edzie miejsce, a potem naci)snij do przodu."" ^ ../../lang/pl.h:276:195: error: expected '}' ../../lang/pl.h:6:24: note: to match this '{' const char *STR_PL[] = { "" ^ 2 warnings and 1 error generated.

edit:

Ok, i edited it and waiting for merging.

J013k commented 2 years ago

Thanks for finding unnecessary ".

elektronicznypank commented 2 years ago

No problem, glad i could help.