git: 8d8e092f7d - main - Website - Makefile: Remove disabled languages in the Makefile
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=8d8e092f7d5ef571361ddd9f734d3314cc596397 commit 8d8e092f7d5ef571361ddd9f734d3314cc596397 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2025-01-16 18:45:10 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2025-01-16 18:45:10 +0000 Website - Makefile: Remove disabled languages in the Makefile --- website/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Makefile b/website/Makefile index 70d8d3f17b..9a6b0d84fa 100644 --- a/website/Makefile +++ b/website/Makefile @@ -16,7 +16,7 @@ [email protected] # List of all languages we have content for -ALL_LANGUAGES= de en it zh-tw +ALL_LANGUAGES= en zh-tw LOCALBASE?= /usr/local