Topoldo님의 Empty Folder 검토
5점중 5점 받음
Good idea!
I have been waiting for such an extension for a long time!
Beside, I would like to provide it with the translation into Italian.
As it is very simple (just a couple of strings) I put it below. Please note that I give 2 versions of the translation because I don't know if the apostrophe (') should be escaped or not.
Version *WITHOUT* "escape":
{
"extensionDescription": {
"message": "Aggiunge un'opzione al menu contestuale delle cartelle di posta per spostare nel cestino tutti i messaggi ivi contenuti"
},
"contextTitle": {
"message": "Svuota cartella"
}
}
Versione *WITH* "escape" (\)
{
"extensionDescription": {
"message": "Aggiunge un\'opzione al menu contestuale delle cartelle di posta per spostare nel cestino tutti i messaggi ivi contenuti"
},
"contextTitle": {
"message": "Svuota cartella"
}
}
Regards,
Topoldo
Thank you for your contribution. I suppose the version without escaped apostrophe works fine. It is now included in the new version.
모음집을 제작하시려면 Mozilla 부가 기능 계정이 있어야 합니다.
아니면 현재 사용중인 계정으로 로그인 하세요