How to Install and Uninstall libjs-i18next Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 07,2024

1. Install "libjs-i18next" package

In this section, we are going to explain the necessary steps to install libjs-i18next on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjs-i18next

2. Uninstall "libjs-i18next" package

This is a short guide on how to uninstall libjs-i18next on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjs-i18next $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjs-i18next package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjs-i18next
Priority: extra
Section: universe/web
Installed-Size: 155
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.7.1-1
Recommends: javascript-common
Filename: pool/universe/libj/libjs-i18next/libjs-i18next_1.7.1-1_all.deb
Size: 23714
MD5sum: 2221729afb77b68f7d6035bf5ded1b43
SHA1: 3359361f5c332408a4e1009b4923cdf8a2c02863
SHA256: 4db1517018a882e406062ab21e2bf9a6aec84a1349e40c35132c3b617c25992d
Description-en: easy way to translate a website on clientside
i18next provides an easy way to translate a website on clientside:
* fetch resources from server
* fetch each resource file individually (static) or all once via dynamicRoute
* apply translation to HTML tags with the _data-i18n_ attribute
* post missing key-value pairs to server (for easy development, just
translate the new keys)
* search for key en-US first, then in en, then in fallback language (or
de-DE, de, fallback).
Description-md5: 4e91045c4b27b87780d9eaf350a68446
Homepage: http://github.com/i18next/i18next
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu