Skip to content

Commit

Permalink
fix: update Thai translations for AfC messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsgrn committed Nov 30, 2024
1 parent c8e52ce commit 93f2f13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/submissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@
* Stores useful strings to AFCH.msg
*/
function setMessages() {
var headerBegin = '== การส่งฉบับร่างของคุณกับ [[Wikipedia:Articles for creation|AfC]]: ';
var headerBegin = '== การส่งฉบับร่างของคุณกับ[[วิกิพีเดีย:ว่าที่บทความ|ว่าที่บทความ]]: ';
AFCH.msg.set( {
// $1 = article name
// $2 = article class or '' if not available
Expand Down Expand Up @@ -2570,7 +2570,7 @@
var newText = data.afchText;

AFCH.actions.movePage( afchPage.rawTitle, data.newTitle,
'กำลังเผยแพร่ฉบับร่าง [[Wikipedia:Articles for creation|AfC]] ที่ได้รับการยอมรับแล้ว',
'เผยแพร่ฉบับร่าง[[วิกิพีเดีย:ว่าที่บทความ|ว่าที่บทความ]]ที่ได้รับการยอมรับแล้ว',
{ movetalk: true } ) // Also move associated talk page if exists (e.g. `Draft_talk:`)
.done( function ( moveData ) {
var $patrolLink,
Expand Down Expand Up @@ -2625,7 +2625,7 @@

newPage.edit( {
contents: newText,
summary: 'เก็บกวาดฉบับร่าง [[Wikipedia:Articles for creation|AfC]] ที่ได้รับการยอมรับแล้ว'
summary: 'เก็บกวาดฉบับร่าง[[วิกิพีเดีย:ว่าที่บทความ|ว่าที่บทความ]]ที่ได้รับการยอมรับแล้ว'
} );

// Patrol the new page if desired
Expand Down

0 comments on commit 93f2f13

Please sign in to comment.