From d5f4b967422ed898d15aa5941f777155ddb3e3c5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 10 Jun 2024 14:09:41 +0100 Subject: Feat: towards localization support --- templates/notes/bibliography.md | 1 - templates/notes/en/bibliography.md | 1 + templates/notes/pt-br/bibliography.md | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 templates/notes/bibliography.md create mode 100644 templates/notes/en/bibliography.md create mode 100644 templates/notes/pt-br/bibliography.md (limited to 'templates/notes') diff --git a/templates/notes/bibliography.md b/templates/notes/bibliography.md deleted file mode 100644 index 1c6d0e6..0000000 --- a/templates/notes/bibliography.md +++ /dev/null @@ -1 +0,0 @@ -# Bibliografia diff --git a/templates/notes/en/bibliography.md b/templates/notes/en/bibliography.md new file mode 100644 index 0000000..b87ff79 --- /dev/null +++ b/templates/notes/en/bibliography.md @@ -0,0 +1 @@ +# Bibliography diff --git a/templates/notes/pt-br/bibliography.md b/templates/notes/pt-br/bibliography.md new file mode 100644 index 0000000..1c6d0e6 --- /dev/null +++ b/templates/notes/pt-br/bibliography.md @@ -0,0 +1 @@ +# Bibliografia -- cgit v1.2.3