diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-1/juliet.txt | 2 | ||||
-rw-r--r-- | npc/commands/language.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-1/juliet.txt b/npc/002-1/juliet.txt index 4b8029565..3ddc8dcb5 100644 --- a/npc/002-1/juliet.txt +++ b/npc/002-1/juliet.txt @@ -43,7 +43,7 @@ function chooseLang { mes ""; mesn; - mesq l("Of course! But beware that [@@https://www.transifex.com/akaras/saulc-tmw-fork|Translators@@] are always in demand!"); + mesq l("Of course! But beware that %s are always in demand!", "[@@https://www.transifex.com/arctic-games/moubootaur-legends/|"+l("Translators")+"@@]"); next; mesq l("Tell me which language you speak and I will change the note on the ship passenger list."); next; diff --git a/npc/commands/language.txt b/npc/commands/language.txt index 0a2927d3f..876cd89ea 100644 --- a/npc/commands/language.txt +++ b/npc/commands/language.txt @@ -50,7 +50,7 @@ OnTranslate: .@request$ = replacestr(.@request$, "/", "%2F"); .@request$ = strtolower(.@request$); // Give your translation link - dispbottom "@@https://www.transifex.com/akaras/saulc-tmw-fork/translate/#"+languagecode()+"/server-data?q=occurrence%3A"+.@request$+"|Translate with Transifex@@"; + dispbottom "@@https://www.transifex.com/arctic-games/moubootaur-legends/translate/#"+languagecode()+"/serverdata?q=occurrence%3A"+.@request$+"|Translate with Transifex@@"; close; OnInit: |