Skip to content

Commit 3062379

Browse files
authored
Fixed syntax error in Finnish translations (#6883)
1 parent 6b239db commit 3062379

File tree

2 files changed

+2
-2
lines changed
  • material/templates/partials/languages
  • src/templates/partials/languages

2 files changed

+2
-2
lines changed

material/templates/partials/languages/fi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"source.file.date.created": "Luotu",
5252
"source.file.date.updated": "Viimeisin päivitys",
5353
"tabs": "Välilehdet",
54-
"toc": "Sisällysluettelo"
54+
"toc": "Sisällysluettelo",
5555
"top": "Takaisin ylös"
5656
}[key] }}{% endmacro %}

src/templates/partials/languages/fi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
"source.file.date.created": "Luotu",
7272
"source.file.date.updated": "Viimeisin päivitys",
7373
"tabs": "Välilehdet",
74-
"toc": "Sisällysluettelo"
74+
"toc": "Sisällysluettelo",
7575
"top": "Takaisin ylös"
7676
}[key] }}{% endmacro %}

0 commit comments

Comments
 (0)