Skip to content

Commit

Permalink
+2 decaps, more Lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercury13 committed Feb 27, 2023
1 parent 85aacda commit 4126ade
Show file tree
Hide file tree
Showing 6 changed files with 1,040 additions and 984 deletions.
2 changes: 2 additions & 0 deletions AutoBuilder/data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,7 @@ const std::unordered_map<std::string_view, Exception> exceptions{
EX("modifier letter Short equals sign") // What to do with equals?
EX("direct current symbol form two") // Symbol is not a keyword
EX("Roman numeral Reversed one hundred") // IDK what happens with numerals
EX("AC current") // Alternating current current :)
// Religion
EX("Adi Shakti")
EX("West Syriac cross")
Expand All @@ -1270,6 +1271,7 @@ const std::unordered_map<std::string_view, Exception> exceptions{
EX("Planck constant over two pi") // pi is small here
EX("invisible Times") // ???
EX("S in triangle") // Because of Znamenny, S is tricky
EX("radical symbol bottom") // symbol’s bottom
// Astronomy
EX("Earth") // Planet, not element
EX2("Sun", Exf::CPONLY) // CP: star; Emoji: weather
Expand Down
12 changes: 10 additions & 2 deletions Lang-src/en.utran
Original file line number Diff line number Diff line change
Expand Up @@ -11695,8 +11695,8 @@
<transl>Intellectual property</transl>
</text>
<text id="Science">
<orig>Наука</orig>
<transl>Science</transl>
<orig>Наука и техника</orig>
<transl>Science and technology</transl>
</text>
<text id="Astro">
<orig>Астрономия (и астрология)</orig>
Expand Down Expand Up @@ -11742,6 +11742,14 @@
<orig>Китайский зодиак</orig>
<transl>Chinese zodiac</transl>
</text>
<text id="TechDraw">
<orig>Черчение</orig>
<transl>Technical drawing</transl>
</text>
<text id="Electro">
<orig>Электричество</orig>
<transl>Electricity</transl>
</text>
</group>
</group>
</file>
Expand Down
8 changes: 7 additions & 1 deletion Lang-src/ru.uorig
Original file line number Diff line number Diff line change
Expand Up @@ -8117,7 +8117,7 @@
<orig>Интеллектуальная собственность</orig>
</text>
<text id="Science">
<orig>Наука</orig>
<orig>Наука и техника</orig>
</text>
<text id="Astro">
<orig>Астрономия (и астрология)</orig>
Expand Down Expand Up @@ -8152,6 +8152,12 @@
<text id="ChinZodc">
<orig>Китайский зодиак</orig>
</text>
<text id="TechDraw">
<orig>Черчение</orig>
</text>
<text id="Electro">
<orig>Электричество</orig>
</text>
</group>
</group>
</file>
Expand Down
12 changes: 10 additions & 2 deletions Lang-src/uk.utran
Original file line number Diff line number Diff line change
Expand Up @@ -11695,8 +11695,8 @@
<transl>Інтелектуальна власність</transl>
</text>
<text id="Science">
<orig>Наука</orig>
<transl>Наука</transl>
<orig>Наука и техника</orig>
<transl>Наука та техніка</transl>
</text>
<text id="Astro">
<orig>Астрономия (и астрология)</orig>
Expand Down Expand Up @@ -11742,6 +11742,14 @@
<orig>Китайский зодиак</orig>
<transl>Китайський зодіак</transl>
</text>
<text id="TechDraw">
<orig>Черчение</orig>
<transl>Креслення</transl>
</text>
<text id="Electro">
<orig>Электричество</orig>
<transl>Електрика</transl>
</text>
</group>
</group>
</file>
Expand Down
6 changes: 6 additions & 0 deletions MiscFiles/library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,11 @@
<f name="12"><d>🐖 🐷 🐽 🐗 🐘 🐢</d></f>
</f>
</f>
<f loc="TechDraw">
<d>℄ ⌭ ⌮ ⌯ ⌰ ⌱ ⌲ ⌳ ⌴ ⌵ ⏤ ⏥</d>
</f>
<f loc="Electro">
<d>⍾ ⎍ ⎎ ⎏ ⎐ ⎑ ⎒ ⎓ ⏦ ⏧ ⏚ ⏛</d>
</f>
</f>
</library>
Loading

0 comments on commit 4126ade

Please sign in to comment.