Skip to content

Commit

Permalink
Add extra strings and fix small error
Browse files Browse the repository at this point in the history
  • Loading branch information
eepykami authored and skylersaleh committed Mar 5, 2024
1 parent 8f86446 commit 4082a71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/localization.c
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,7 @@ static char* pl_localization_array[]={
ICON_FK_FOLDER_OPEN " Open File From Disk", ICON_FK_FOLDER_OPEN " Otwórz plik z dysku",
"Exit File Browser", "Wyjdź z eksploratora plików",
"Go back to recently loaded games", "Wróć do ostatnio ładowanych gier",
"Go to parent directory", "Idż do katalogu nadrzędnego",
"Go to parent directory", "Przejdź do katalogu nadrzędnego",
"UP", "Góra",
"DOWN", "Dół",
"LEFT", "Lewo",
Expand Down Expand Up @@ -1905,6 +1905,8 @@ static char* pl_localization_array[]={
"Font Scale","Rozmiar czcionki",
"Custom Theme Name","Nazwa niestandardowego motywu",
"Custom Theme Author","Autor niestandardowego motywu",
ICON_FK_FILE_O " File Browser", ICON_FK_FILE_O " Eksplorator plików",
"Go to home directory","Przejdź do katalogu domowego",
NULL,NULL
};

Expand Down

0 comments on commit 4082a71

Please sign in to comment.