Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sphinx_proof/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ class unenumerable_node(nodes.Admonition, nodes.Element):
class assumption_node(nodes.Admonition, nodes.Element):
pass


class notation_node(nodes.Admonition, nodes.Element):
pass

Expand Down
2 changes: 2 additions & 0 deletions sphinx_proof/proof_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,13 @@ class AssumptionDirective(ElementDirective):

name = "assumption"


class NotationDirective(ElementDirective):
"""A custom notation directive."""

name = "notation"


PROOF_TYPES = {
"axiom": AxiomDirective,
"theorem": TheoremDirective,
Expand Down
2 changes: 1 addition & 1 deletion sphinx_proof/translations/jsons/Proposition.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{"language":"Italian","symbol":"it","text":"Proposizione"},
{"language":"Turkish","symbol":"tr","text":"Önerme"},
{"language":"Vietnamese","symbol":"vi","text":"Mệnh đề"},
{"language":"Polish","symbol":"pl","text":"Twierdzenie"},
{"language":"Polish","symbol":"pl","text":"Propozycja"},
{"language":"Dutch","symbol":"nl","text":"Propositie"},
{"language":"Indonesian","symbol":"id","text":"Proposisi"},
{"language":"Thai","symbol":"th","text":"ประพจน์"},
Expand Down
10 changes: 5 additions & 5 deletions sphinx_proof/translations/jsons/Remark.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[
{"language":"English","symbol":"en","text":"Remark"},
{"language":"Chinese","symbol":"zh_CN","text":"注记"},
{"language":"Spanish","symbol":"es","text":"Observación"},
{"language":"Spanish","symbol":"es","text":"Nota"},
{"language":"Arabic","symbol":"ar","text":"ملاحظة"},
{"language":"Hindi","symbol":"hi","text":"टिप्पणी"},
{"language":"Portuguese","symbol":"pt","text":"Observação"},
{"language":"Portuguese","symbol":"pt","text":"Nota"},
{"language":"Russian","symbol":"ru","text":"Замечание"},
{"language":"Japanese","symbol":"ja","text":"注意"},
{"language":"French","symbol":"fr","text":"Remarque"},
{"language":"German","symbol":"de","text":"Bemerkung"},
{"language":"Korean","symbol":"ko","text":"주의"},
{"language":"Italian","symbol":"it","text":"Osservazione"},
{"language":"Italian","symbol":"it","text":"Nota"},
{"language":"Turkish","symbol":"tr","text":"Not"},
{"language":"Vietnamese","symbol":"vi","text":"Chú ý"},
{"language":"Polish","symbol":"pl","text":"Uwaga"},
Expand All @@ -19,11 +19,11 @@
{"language":"Thai","symbol":"th","text":"หมายเหตุ"},
{"language":"Persian","symbol":"fa","text":"توجه"},
{"language":"Ukrainian","symbol":"uk","text":"Зауваження"},
{"language":"Greek","symbol":"el","text":"Παρατήρηση"},
{"language":"Greek","symbol":"el","text":"Σημείωση"},
{"language":"Czech","symbol":"cs","text":"Poznámka"},
{"language":"Swedish","symbol":"sv","text":"Anmärkning"},
{"language":"Hebrew","symbol":"he","text":"הערה"},
{"language":"Romanian","symbol":"ro","text":"Observație"},
{"language":"Romanian","symbol":"ro","text":"Remarcă"},
{"language":"Hungarian","symbol":"hu","text":"Megjegyzés"},
{"language":"Danish","symbol":"da","text":"Bemærkning"},
{"language":"Finnish","symbol":"fi","text":"Huomautus"},
Expand Down
Binary file modified sphinx_proof/translations/locales/el/LC_MESSAGES/proof.mo
Binary file not shown.
Binary file modified sphinx_proof/translations/locales/es/LC_MESSAGES/proof.mo
Binary file not shown.
Binary file modified sphinx_proof/translations/locales/it/LC_MESSAGES/proof.mo
Binary file not shown.
Binary file modified sphinx_proof/translations/locales/pl/LC_MESSAGES/proof.mo
Binary file not shown.
Binary file modified sphinx_proof/translations/locales/pt/LC_MESSAGES/proof.mo
Binary file not shown.
Binary file modified sphinx_proof/translations/locales/ro/LC_MESSAGES/proof.mo
Binary file not shown.