aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/developers-handbook/l10n/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/books/developers-handbook/l10n/_index.adoc')
-rw-r--r--documentation/content/en/books/developers-handbook/l10n/_index.adoc34
1 files changed, 25 insertions, 9 deletions
diff --git a/documentation/content/en/books/developers-handbook/l10n/_index.adoc b/documentation/content/en/books/developers-handbook/l10n/_index.adoc
index a8c81ee243..de7e83b655 100644
--- a/documentation/content/en/books/developers-handbook/l10n/_index.adoc
+++ b/documentation/content/en/books/developers-handbook/l10n/_index.adoc
@@ -5,6 +5,9 @@ prev: books/developers-handbook/secure
next: books/developers-handbook/policies
description: Localization and Internationalization - L10N and I18N in FreeBSD
tags: ["L10N", "I18N", "Localization", "Internationalization", "FreeBSD"]
+showBookMenu: true
+weight: 5
+path: "/books/developers-handbook/l10n/"
---
[[l10n]]
@@ -15,22 +18,35 @@ tags: ["L10N", "I18N", "Localization", "Internationalization", "FreeBSD"]
:icons: font
:sectnums:
:sectnumlevels: 6
+:sectnumoffset: 4
+:partnums:
:source-highlighter: rouge
:experimental:
-:skip-front-matter:
-:xrefstyle: basic
-:relfileprefix: ../
-:outfilesuffix:
-:sectnumoffset: 4
+:images-path: books/developers-handbook/
-include::shared/mirrors.adoc[]
+ifdef::env-beastie[]
+ifdef::backend-html5[]
+:imagesdir: ../../../../images/{images-path}
+endif::[]
+ifndef::book[]
include::shared/authors.adoc[]
+include::shared/mirrors.adoc[]
include::shared/releases.adoc[]
-include::shared/en/mailing-lists.adoc[]
-include::shared/en/teams.adoc[]
-include::shared/en/urls.adoc[]
+include::shared/attributes/attributes-{{% lang %}}.adoc[]
+include::shared/{{% lang %}}/teams.adoc[]
+include::shared/{{% lang %}}/mailing-lists.adoc[]
+include::shared/{{% lang %}}/urls.adoc[]
+toc::[]
+endif::[]
+ifdef::backend-pdf,backend-epub3[]
+include::../../../../../shared/asciidoctor.adoc[]
+endif::[]
+endif::[]
+ifndef::env-beastie[]
toc::[]
+include::../../../../../shared/asciidoctor.adoc[]
+endif::[]
[[l10n-programming]]
== Programming I18N Compliant Applications