Skip to content

Commit

Permalink
fix printf warning error (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
electronlsr authored Jan 4, 2025
1 parent 9504dad commit c9801b2
Show file tree
Hide file tree
Showing 2 changed files with 84,469 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/zh-kawaii-patch.po
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ msgstr "需要%<#pragma omp section%>或%<}%>,请添加上它并对它道歉

msgid ""
"%s %<%s%.*s%> expects argument of type %<%s%s%>, but argument %d has type %qT"
msgstr "格式%q.*s需要类型%<%s%s%>,但实参 %d 的类型却是%qT,长点心吧喂!!!"
msgstr "%s %<%s%.*s%> 需要参数类型%<%s%s%>,但第 %d 个实参的类型却是%qT,长点心吧喂!!!"

msgid ""
"%s %<%s%.*s%> expects argument of type %<%T%s%>, but argument %d has type %qT"
msgstr "格式%q.*s需要类型%<%s%s%>,但实参 %d 的类型却是%qT,长点心吧喂!!!"
msgstr "%s %<%s%.*s%> 需要参数类型%<%T%s%>,但第 %d 个实参的类型却是%qT,长点心吧喂!!!"

msgid ""
"call to %qE is ambiguous; argument %d has type %qs but argument %d has type "
Expand Down Expand Up @@ -1256,4 +1256,4 @@ msgid "-install_name only allowed with -dynamiclib"
msgstr "-install_name 只能和 -dynamiclib 一起使用喵!"

msgid "-bundle not allowed with -dynamiclib"
msgstr "-bundle 不……不能与 -dynamiclib 在一起喵!"
msgstr "-bundle 不……不能与 -dynamiclib 在一起喵!"
Loading

0 comments on commit c9801b2

Please sign in to comment.