metanorma-jis 0.6.6 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/isodoc/jis/i18n-en.yaml +9 -0
- data/lib/isodoc/jis/i18n-ja.yaml +10 -0
- data/lib/isodoc/jis/jis.international-standard.xsl +326 -229
- data/lib/isodoc/jis/presentation_xml_convert.rb +63 -12
- data/lib/isodoc/jis/xref.rb +14 -2
- data/lib/metanorma/jis/biblio.rng +1 -1
- data/lib/metanorma/jis/cleanup.rb +0 -1
- data/lib/metanorma/jis/converter.rb +2 -0
- data/lib/metanorma/jis/isodoc.rng +35 -10
- data/lib/metanorma/jis/log.rb +20 -0
- data/lib/metanorma/jis/validate.rb +2 -4
- data/lib/metanorma/jis/version.rb +1 -1
- data/lib/relaton/render-jis/config.yml +58 -11
- data/lib/relaton/render-jis/fields.rb +19 -0
- data/lib/relaton/render-jis/general.rb +2 -7
- data/metanorma-jis.gemspec +3 -2
- metadata +24 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e2dd4ab84c0a6ed18a6fd314efc02f0fd4d21541ecefe84ca12ccfb7aafbad8
|
|
4
|
+
data.tar.gz: 376add510f1d13bbc145750ecf15eb3ac37e82ce3dfeac8cdd5c7f3a6de2fc28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d998d2221b79cf39d75fa49ad989ab48cf13a851d8cdca786ce1e72a7ac93a96d164599412c0fa726a72ac1bd13840c37c3092bf29a0a2bfb8d48ad35af1fe0
|
|
7
|
+
data.tar.gz: ba1d3e6a819c3fc7b4dd834c9168b83becffd936595d3b2ccf68b89d2f2c072f1ba0a03ff9b16d358fcaf5ab0c4c899a26878ef6be03ef59a8e8ff24af51bdcd
|
data/lib/isodoc/jis/i18n-en.yaml
CHANGED
|
@@ -9,6 +9,10 @@ chairperson: chairperson
|
|
|
9
9
|
membership_table: Membership Table
|
|
10
10
|
full_name: Full Name
|
|
11
11
|
affiliation: Affiliation
|
|
12
|
+
norm_with_refs_pref_all_dated: The following reference standards, when cited in this Standard, constitute the requirements of this Standard in whole or in part. The editions of these reference standards in the years indicated apply, and subsequent revisions (including amendments) do not apply.
|
|
13
|
+
norm_with_refs_pref_none_dated: The following reference standards, when incorporated into this Standard, constitute requirements of this Standard in whole or in part. The latest editions (including amendments) of these reference standards shall apply.
|
|
14
|
+
modified_detail: modified
|
|
15
|
+
version_cardinal: "Version {{ var1 }}"
|
|
12
16
|
doctype_dict:
|
|
13
17
|
international-standard: International standard
|
|
14
18
|
japanese-industrial-standard: International standard
|
|
@@ -22,3 +26,8 @@ doctype_dict:
|
|
|
22
26
|
directive: Directive
|
|
23
27
|
stage_dict:
|
|
24
28
|
international-standard: International standard
|
|
29
|
+
punct:
|
|
30
|
+
open-title:
|
|
31
|
+
close-title:
|
|
32
|
+
open-secondary-title:
|
|
33
|
+
close-secondary-title:
|
data/lib/isodoc/jis/i18n-ja.yaml
CHANGED
|
@@ -15,6 +15,8 @@ membership_table: 構成表
|
|
|
15
15
|
full_name: 氏名
|
|
16
16
|
affiliation: 所属
|
|
17
17
|
toc_page: 頁
|
|
18
|
+
modified_detail: を一部変更し
|
|
19
|
+
version_cardinal: "第{{ var1 }}版"
|
|
18
20
|
doctype_dict:
|
|
19
21
|
international-standard: 日本産業規格
|
|
20
22
|
japanese-industrial-standard: 日本産業規格
|
|
@@ -28,3 +30,11 @@ doctype_dict:
|
|
|
28
30
|
directive: Directive
|
|
29
31
|
stage_dict:
|
|
30
32
|
international-standard: 日本産業規格
|
|
33
|
+
punct:
|
|
34
|
+
open-title:
|
|
35
|
+
close-title:
|
|
36
|
+
open-secondary-title:
|
|
37
|
+
close-secondary-title:
|
|
38
|
+
# We need the trailing half-width space, to allow it to be converted to cjk-latin-separator if Latn text follows
|
|
39
|
+
biblio-field-delimiter: "。 "
|
|
40
|
+
biblio-terminator: ""
|