package
0.0.16
Repository: https://github.com/webability-go/xmodules.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Go Report Card GoDoc GolangCI

xmodules/translation for Xamboo - GO

The translation package is used to keep translation tables for any text in your system. The translations can be applied to tables, or random texts. The module asks to google translate to translate automatically any missing text. Any UTF8 text can be translated to any other language.

Version Changes Control

v0.0.1 - 2020-05-08

  • Compatible with xmodule context standard

v0.0.0 - 2020-03-05

  • Support for multithread context implemented

v0.0.0 - 2020-01-03

  • This document added
  • Need xmodules/context to work
  • Need xmodules/user or userlink to work
  • Improvements in creation of modules and tables

v0.0.0 - 2019-12-18

  • First release of module

Manual:

I. Translation

Intro


  1. Overview

Example:

import "github.com/webability-go/xmodules/translation"


  1. Reference

To use the package:

import "github.com/webability-go/xmodules/translation"