Imports of package translation

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encodingPackage encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/nicksnyder/go-i18n/i18n/languagePackage language defines languages that implement CLDR pluralization.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/templatePackage template implements data-driven templates for generating textual output.