Skip to content

Christopher-Wolf-ibm/translation-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translation Playground

A playground application to experiment with the go-i18n framework.

Usage:

Run the application:

go run cmd.go

In a separate terminal run either of the following commands:

  • To receive English responses:
curl "localhost:3000/?name=your_name" | jq .
  • To receive Spanish responses:
curl "localhost:3000/?name=your_name&lang=es" | jq .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages