package
0.0.0-20230802000540-f17dc8135a0d
Repository: https://github.com/canadiancommander/translationbot.git
Documentation: pkg.go.dev

# Functions

GetLoaderForFile returns the appropriate translation loader for the specified file #### params filepath - the path to the file to inspect.
GetWriterForFile returns the appropriate translation writer for the specified file #### params filepath - the path to the file to be written.
NewTranslation creates a new translation object #### params pack - the language pack that this translation is part of key - translation file key sourceValue - the source value for this translation, usually the English version sourceLang - the source language supportedLangs - all languages supported (master lanaguage list) translations..
NewTranslationOrdered is just like NewTranslation but also lets you specify the oder in which the translation appears in the original file.

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author