Raymond Toy pushed to branch master at cmucl / cmucl
Commits: 4238c627 by Raymond Toy at 2024-06-06T07:57:29-07:00 Update pot file
Forgot to update this when moving title-case functions from char.lisp to unicode.lisp.
- - - - -
1 changed file:
- src/i18n/locale/cmucl.pot
Changes:
===================================== src/i18n/locale/cmucl.pot ===================================== @@ -5563,12 +5563,6 @@ msgid "" " argument is a lower-case character, NIL otherwise." msgstr ""
-#: src/code/char.lisp -msgid "" -"The argument must be a character object; title-case-p returns T if the\n" -" argument is a title-case character, NIL otherwise." -msgstr "" - #: src/code/char.lisp msgid "" "The argument must be a character object. Both-case-p returns T if the\n" @@ -5657,10 +5651,6 @@ msgstr "" msgid "Returns CHAR converted to upper-case if that is possible." msgstr ""
-#: src/code/char.lisp -msgid "Returns CHAR converted to title-case if that is possible." -msgstr "" - #: src/code/char.lisp msgid "Returns CHAR converted to lower-case if that is possible." msgstr "" @@ -15344,6 +15334,16 @@ msgid "" " the index." msgstr ""
+#: src/code/unicode.lisp +msgid "Returns CHAR converted to title-case if that is possible." +msgstr "" + +#: src/code/unicode.lisp +msgid "" +"The argument must be a character object; title-case-p returns T if the\n" +" argument is a title-case character, NIL otherwise." +msgstr "" + #: src/code/unicode.lisp msgid "" "Capitalize String using the Unicode word-break algorithm to find\n"
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/4238c6273f8236c1ee7f8207...