mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Merge pull request #5 from PurpleHato/CrawlFrenchTranslation
Shuffle Crawl - French Translation
This commit is contained in:
commit
47afcfb331
1 changed files with 1 additions and 1 deletions
|
@ -2099,7 +2099,7 @@ void StaticData::HintTable_Init_Item() {
|
||||||
},
|
},
|
||||||
{ CustomMessage("a master unlocker", /*german*/ "ein Meisterentsperrer", /*french*/ "un Kit de Déverrouillage") });
|
{ CustomMessage("a master unlocker", /*german*/ "ein Meisterentsperrer", /*french*/ "un Kit de Déverrouillage") });
|
||||||
// /*spanish*/un desbloqueador maestro
|
// /*spanish*/un desbloqueador maestro
|
||||||
hintTextTable[RHT_CRAWL] = HintText(CustomMessage("the ability to crawl", /*german*/"!!!", /*french*/"!!!"));
|
hintTextTable[RHT_CRAWL] = HintText(CustomMessage("the ability to crawl", /*german*/"!!!", /*french*/"la capacité de ramper"));
|
||||||
|
|
||||||
//RANDOTODO if these are ever used for anything other than name, they want abscure and ambiguous hints
|
//RANDOTODO if these are ever used for anything other than name, they want abscure and ambiguous hints
|
||||||
hintTextTable[RHT_QUIVER_INF] = HintText(CustomMessage("an infinite Quiver", /*german*/"der unendliche Köcher", /*french*/"un Carquois Infini"));
|
hintTextTable[RHT_QUIVER_INF] = HintText(CustomMessage("an infinite Quiver", /*german*/"der unendliche Köcher", /*french*/"un Carquois Infini"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue