Skip to content

Commit 32ab26a

Browse files
committed
Fixed Serbian translations
1 parent c037a0e commit 32ab26a

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Diff for: material/overrides/assets/javascripts/iconsearch_index.json

+1-1
Large diffs are not rendered by default.

Diff for: material/partials/languages/sr.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{#-
22
This file was automatically generated - do not edit
33
-#}
4-
% macro t(key) %}{{ {
5-
"language": "sh",
4+
{% macro t(key) %}{{ {
5+
"language": "sr",
66
"clipboard.copy": "Копирај у клипборд",
77
"clipboard.copied": "Ископирано у клипборд",
88
"edit.link.title": "Ажурирај страницу",

Diff for: src/partials/languages/sh.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"source.file.date.updated": "Ažuriran",
5454
"source.file.date.created": "Kreiran",
5555
"tabs.title": "Tabovi",
56-
"toc.title": "Sadržaj"
56+
"toc.title": "Sadržaj",
5757
"top.title": "Nazad na vrh"
5858
}[key] }}{% endmacro %}

Diff for: src/partials/languages/sr.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
IN THE SOFTWARE.
2121
-->
2222

23-
% macro t(key) %}{{ {
24-
"language": "sh",
23+
<!-- Translations: Serbian -->
24+
{% macro t(key) %}{{ {
25+
"language": "sr",
2526
"clipboard.copy": "Копирај у клипборд",
2627
"clipboard.copied": "Ископирано у клипборд",
2728
"edit.link.title": "Ажурирај страницу",
@@ -52,6 +53,6 @@
5253
"source.file.date.updated": "Ажуриран",
5354
"source.file.date.created": "Креиран",
5455
"tabs.title": "Табови",
55-
"toc.title": "Садржај"
56+
"toc.title": "Садржај",
5657
"top.title": "Назад на врх"
5758
}[key] }}{% endmacro %}

0 commit comments

Comments
 (0)