Skip to content

Commit dcc0905

Browse files
ensag-devluizdepra
andauthored
Create Occitan locale (luizdepra#921)
### Prerequisites Put an `x` into the box(es) that apply: - [ ] This pull request fixes a bug. - [ x] This pull request adds a feature. - [ ] This pull request introduces breaking change. ### Description This PR adds the Occitan language Co-authored-by: Luiz F. A. de Prá <[email protected]>
1 parent 2caa295 commit dcc0905

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

Diff for: i18n/oc.toml

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
[categories]
2+
one = "categoria"
3+
other = "categorias"
4+
5+
[tags]
6+
one = "etiqueta"
7+
other = "etiquetas"
8+
9+
[series]
10+
one = "serias"
11+
other = "serias"
12+
13+
[authors]
14+
one = "autor"
15+
other = "autors"
16+
17+
[posts]
18+
other = "publicacions"
19+
20+
[reading_time]
21+
one = "Una minuta de lector"
22+
other = "{{ .Count }} minutas de lectura"
23+
24+
[page_not_found]
25+
other = "Pagina pas trobada"
26+
27+
[page_does_not_exist]
28+
other = "O planhèm, aquesta pagina existís pas."
29+
30+
[head_back]
31+
other = "Podètz tornar a <a href=\"{{ . }}\">l'acuèlh</a>."
32+
33+
[licensed_under]
34+
other = "Licéncia jos"
35+
36+
[powered_by]
37+
other = "Propulsat per"
38+
39+
[see_also]
40+
other = "Vejatz tanben"
41+
42+
[note]
43+
other = "nòta"
44+
45+
[tip]
46+
other = "astúcia"
47+
48+
[example]
49+
other = "exemple"
50+
51+
[question]
52+
other = "question"
53+
54+
[info]
55+
other = "info"
56+
57+
[warning]
58+
other = "avertiment"
59+
60+
[error]
61+
other = "error"
62+
63+
[link_to_heading]
64+
other = "Ligam a l'entèsta"

0 commit comments

Comments
 (0)