Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

workshopper-adventure

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workshopper-adventure - npm Package Compare versions

Comparing version 3.3.1 to 3.4.0

i18n/footer/vi.md

4

adventure.js

@@ -195,2 +195,6 @@ const minimist = require('minimist')

var completed = this.getData('completed')
if (!completed)
return error(this.__('error.exercise.none_active') + '\n')
var incompleteAfterCurrent = remainingAfterCurrent.filter(function (elem) {

@@ -197,0 +201,0 @@ return completed.indexOf(elem) < 0

2

examples/foo.js

@@ -13,3 +13,3 @@ #!/usr/bin/env node

, appDir : __dirname
, languages : ['de', 'en', 'es', 'fr', 'ja', 'pt-br', 'ru', 'zh-cn', 'zh-tw']
, languages : ['de', 'en', 'es', 'fr', 'ja', 'pt-br', 'ru', 'vi', 'zh-cn', 'zh-tw']
})

@@ -19,2 +19,3 @@ {

"pt-br": "Brasilianisches Portugiesisch (Português)",
"vi": "Vietnamesisch (Tiếng Việt)",
"ru": "Russisch (Русский)"

@@ -21,0 +22,0 @@ },

@@ -19,2 +19,3 @@ {

"pt-br": "Brazilian Portuguese (Português)",
"vi": "Vietnamese (Tiếng Việt)",
"ru": "Russian (Русский)"

@@ -21,0 +22,0 @@ },

@@ -19,2 +19,3 @@ {

"pt-br": "Portugués (Português)",
"vi": "Vietnamita (Tiếng Việt)",
"ru": "Ruso (Русский)"

@@ -21,0 +22,0 @@ },

@@ -19,2 +19,3 @@ {

"pt-br": "Portugais brésilien (Português)",
"vi": "Vietnamien (Tiếng Việt)",
"ru": "Russe (Русский)"

@@ -29,6 +30,6 @@ },

"not_a_workshopper": "ERREUR : {{{exerciseFile}}} n’est pas un exercice d’atelier",
"preparing": "Erreur à la préparation de l’exercice : {{{err}}}",
"preparing": "Erreur lors de la préparation de l’exercice : {{{err}}}",
"loading": "Erreur au chargement du texte de l’exercice : {{{err}}}"
},
"no_uncomplete_left": "Il ne reste aucun exercice à faire après l’exercice actuel.",
"no_uncomplete_left": "Il ne reste aucun exercice à faire après celui-ci.",
"cleanup": "Erreur au nettoyage : {{{err}}}"

@@ -39,7 +40,7 @@ },

"title": "RATÉ",
"message": "Votre solution pour {{{name}}} n’a pas marché. Réessayez !\n"
"message": "Votre solution pour {{{name}}} ne fonctionne pas. Réessayez !\n"
},
"pass": {
"title": "RÉUSSI",
"message": "Votre solution pour {{{name}}} a fonctionné !"
"message": "Votre solution pour {{{name}}} fonctionne !"
},

@@ -46,0 +47,0 @@ "notes": {

@@ -19,2 +19,3 @@ {

"pt-br": "ポルトガル語 (Português)",
"vi": "ベトナム語 (Tiếng Việt)",
"ru": "ロシア (Русский)"

@@ -21,0 +22,0 @@ },

@@ -19,2 +19,3 @@ {

"pt-br": "Português",
"vi": "Vietnamita (Tiếng Việt)",
"ru": "Russo (Русский)"

@@ -21,0 +22,0 @@ },

@@ -19,2 +19,3 @@ {

"pt-br": "Бразильский португальский (Português)",
"vi": "вьетнамский (Tiếng Việt)",
"ru": "Русский"

@@ -21,0 +22,0 @@ },

{bold}{yellow}Utilisation{/yellow}{/bold}
{bold}{green}{appname}{/green}{/bold}
Affiche un menu pour choisir interactivement un exercice.
Affiche un menu interactif pour choisir un exercice.
{bold}{green}{appname}{/green} list{/bold}

@@ -6,0 +6,0 @@ Affiche une liste des exercices, à raison d’un par ligne.

@@ -19,2 +19,3 @@ {

"pt-br": "葡萄牙 (Português)",
"vi": "越南 (Tiếng Việt)",
"ru": "俄 (Русский)"

@@ -21,0 +22,0 @@ },

@@ -19,2 +19,3 @@ {

"pt-br": "葡萄牙 (Português)",
"vi": "越南 (Tiếng Việt)",
"ru": "俄 (Русский)"

@@ -21,0 +22,0 @@ },

{
"name": "workshopper-adventure",
"version": "3.3.1",
"version": "3.4.0",
"description": "A terminal workshop runner framework (adventure compatible)",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -40,2 +40,4 @@ # Workshopper

* [@dominictarr](https://github.com/dominictarr)
* [@dominhhai](https://github.com/dominhhai)
* [@minatu2d](https://github.com/minatu2d)

@@ -42,0 +44,0 @@ #### Maintainers

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc