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

pt.toml « data - github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da4b8f77559d9170866289bb21a5c8ec94b90222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[Weekday]
  0 = 'Domingo'
  1 = 'Segunda'
  2 = 'Terça'
  3 = 'Quarta'
  4 = 'Quinta'
  5 = 'Sexta'
  6 = 'Sábado'

[Month]
  1 = 'Janeiro'
  2 = 'Fevereiro'
  3 = 'Março'
  4 = 'Abril'
  5 = 'Maio'
  6 = 'Junho'
  7 = 'Julho'
  8 = 'Agosto'
  9 = 'Setembro'
  10 = 'Outubro'
  11 = 'Novembro'
  12 = 'Dezembro'