Skip to content

Commit

Permalink
Merge pull request #364 from leungmanhin/fixes
Browse files Browse the repository at this point in the history
Misc syntax fixes
  • Loading branch information
apease authored Aug 3, 2023
2 parents 878bdc6 + f8beb32 commit d787864
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Translations/chinese_format.kif
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
(termFormat ChineseLanguage successorAttribute "后续属性")
(format ChineseLanguage successorAttributeClosure "%1 %n 是 %2 的后续属性")
(termFormat ChineseLanguage successorAttributeClosure "后续属性闭包")
(format ChineseLanguage valence "%1 % %n{doesn't %&have} 有 %2 &%Argument)")
(format ChineseLanguage valence "%1 % %n{doesn't %&have} 有 %2 &%Argument")
(termFormat ChineseLanguage valence "配价")
(format ChineseLanguage rangeSubclass "%1 的所得值 %n 是 %2 的 &%subclass")
(termFormat ChineseLanguage rangeSubclass "子类别的范围")
Expand Down
2 changes: 1 addition & 1 deletion Weather.kif
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
surrounding any celestial object that has a gravitational field
strong enough to prevent the gases from escaping.")

(documentation Atmosphere EnglishLanguage "&%Atmosphere 是气体的 &%Mixture,它由任何有足够强大
(documentation Atmosphere ChineseLanguage "&%Atmosphere 是气体的 &%Mixture,它由任何有足够强大
地深吸力阻止气体溢出的天体物体包围着。")

(termFormat ChineseLanguage Atmosphere "大气层")
Expand Down
2 changes: 1 addition & 1 deletion modals.kif
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
(=>
(modalAttribute
(modalAttribute ?P Necessity)
Possibility))
Possibility)
(modalAttribute
(modalAttribute ?P Possibility)
Necessity))
Expand Down

0 comments on commit d787864

Please sign in to comment.