[PATCH 0/1] MR4237: Add Occitan translation
Add Occitan translation Update Makefile.in -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4237
From: joan-lucì Labòrda <joanluc.laborda(a)free.fr> --- po/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/po/Makefile.in b/po/Makefile.in index 634cfe15374..56eea253747 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -27,6 +27,7 @@ SOURCES = \ nb_NO.po \ nl.po \ or.po \ + oc.po \ pa.po \ pl.po \ pt_BR.po \ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/4237
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=139413 Your paranoid android. === debian11 (build log) === makedep: error: open oc.po : No such file or directory config.status: error: could not create Makefile Task: The win32 Wine build failed === debian11b (build log) === makedep: error: open oc.po : No such file or directory config.status: error: could not create Makefile Task: The wow64 Wine build failed
Hello Joan, welcome to Wine! You need to run the following commands to include the new translation in the merge request: ``` git add po/oc.po git commit --amend git push --force ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4237#note_50342
Alex Henrie (@alexhenrie) commented about po/Makefile.in:
nb_NO.po \ nl.po \ or.po \ + oc.po \ Please keep the list in alphabetical order: c before r.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4237#note_50343
Superseded by !6651. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4237#note_86784
This merge request was closed by Alexandre Julliard. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4237
participants (4)
-
Alex Henrie (@alexhenrie) -
Alexandre Julliard (@julliard) -
joan-lucì Labòrda -
Marvin