diff options
author | EuAndreh <eu@euandre.org> | 2025-05-01 21:13:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-01 21:13:25 -0300 |
commit | cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55 (patch) | |
tree | 6456f83c69227177b7eb1faf3f226f46ae6e92a2 /src/headers | |
parent | src/content/incidents/index.adoc: Hoist links to variables (diff) | |
download | papo.im-cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55.tar.gz papo.im-cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55.tar.xz |
Update to support i18n
Diffstat (limited to 'src/headers')
-rw-r--r-- | src/headers/en.txt | 2 | ||||
-rw-r--r-- | src/headers/pt.txt | 2 | ||||
-rw-r--r-- | src/headers/ref.txt | 6 |
3 files changed, 10 insertions, 0 deletions
diff --git a/src/headers/en.txt b/src/headers/en.txt new file mode 100644 index 0000000..464fe1b --- /dev/null +++ b/src/headers/en.txt @@ -0,0 +1,2 @@ +pricing.html Pricing privacy.html Privacy terms.html Terms about.html About +blog/ Blog incidents/ Incidents diff --git a/src/headers/pt.txt b/src/headers/pt.txt new file mode 100644 index 0000000..464fe1b --- /dev/null +++ b/src/headers/pt.txt @@ -0,0 +1,2 @@ +pricing.html Pricing privacy.html Privacy terms.html Terms about.html About +blog/ Blog incidents/ Incidents diff --git a/src/headers/ref.txt b/src/headers/ref.txt new file mode 100644 index 0000000..27f2ac3 --- /dev/null +++ b/src/headers/ref.txt @@ -0,0 +1,6 @@ +pricing.html Pricing +privacy.html Privacy +terms.html Terms +about.html About +blog/ Blog +incidents/ Incidents |