Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/ca.toml')
-rw-r--r--data/ca.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/ca.toml b/data/ca.toml
new file mode 100644
index 0000000..9d31d8f
--- /dev/null
+++ b/data/ca.toml
@@ -0,0 +1,22 @@
+[Weekday]
+ 0 = 'Diumenge'
+ 1 = 'Dilluns'
+ 2 = 'Dimarts'
+ 3 = 'Dimecres'
+ 4 = 'Dijous'
+ 5 = 'Divendres'
+ 6 = 'Dissabte'
+
+[Month]
+ 1 = 'Gener'
+ 2 = 'Febrer'
+ 3 = 'Març'
+ 4 = 'Abril'
+ 5 = 'Maig'
+ 6 = 'Juny'
+ 7 = 'Juliol'
+ 8 = 'Agost'
+ 9 = 'Setembre'
+ 10 = 'Octubre'
+ 11 = 'Novembre'
+ 12 = 'Desembre ' \ No newline at end of file