Add Occitan translation Update Makefile.in
From: joan-lucì Labòrda joanluc.laborda@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 \
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 ```
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.
This merge request was closed by Alexandre Julliard.
Superseded by !6651.