From: Ludovic R. <no...@gi...> - 2023-02-03 13:48:23
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: 947f1cf66a82eb869c190e6934412ee6f73cc1cb https://github.com/OpenSC/pam_pkcs11/commit/947f1cf66a82eb869c190e6934412ee6f73cc1cb Author: Alynx Zhou <aly...@gm...> Date: 2022-12-01 (Thu, 01 Dec 2022) Changed paths: M src/pam_pkcs11/pam_pkcs11.c Log Message: ----------- Capitalize all pam messages Some messages are capitalized but some are not, this commit unifies them by capitalizing all messages, and also appends punctuation. Commit: 492e5f2a682cb0f1f114036be177a7882ab391eb https://github.com/OpenSC/pam_pkcs11/commit/492e5f2a682cb0f1f114036be177a7882ab391eb Author: Alynx Zhou <aly...@gm...> Date: 2022-12-01 (Thu, 01 Dec 2022) Changed paths: M po/de.po M po/fr.po M po/it.po M po/nl.po M po/pam_pkcs11.pot M po/pl.po M po/pt_BR.po A po/remove-potcdate.sed M po/ru.po M po/tr.po Log Message: ----------- Update PO files Just uses `make -C po update-po`, translation should be updated by translators. Commit: 3a175baf072ab9f2be49fb7f801256f7f5e9a947 https://github.com/OpenSC/pam_pkcs11/commit/3a175baf072ab9f2be49fb7f801256f7f5e9a947 Author: Alynx Zhou <aly...@gm...> Date: 2022-12-02 (Fri, 02 Dec 2022) Changed paths: M configure.ac A po/zh_CN.po Log Message: ----------- Add Chinese (Simplified) translation Because it happens to be my first language. Commit: 1ca765444050288f28dc3f5f0ed66bf94d628d64 https://github.com/OpenSC/pam_pkcs11/commit/1ca765444050288f28dc3f5f0ed66bf94d628d64 Author: Ludovic Rousseau <lud...@gm...> Date: 2023-02-03 (Fri, 03 Feb 2023) Changed paths: M configure.ac M po/de.po M po/fr.po M po/it.po M po/nl.po M po/pam_pkcs11.pot M po/pl.po M po/pt_BR.po A po/remove-potcdate.sed M po/ru.po M po/tr.po A po/zh_CN.po M src/pam_pkcs11/pam_pkcs11.c Log Message: ----------- Merge pull request #70 from AlynxZhou/capitalize-message Capitalize message Compare: https://github.com/OpenSC/pam_pkcs11/compare/4efa29f1fb0e...1ca765444050 |