Simple I18n

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

GitHub: https://github.com/z7/Drupal-module-simple_i18n

The Simple I18n module implements a trivial patter matching markup to enclose your localizable strings. Anything that is sent to the user using a theme page template (and is not published in the /admin section) gets parsed by this module, so when the markup is found it is automatically filtered and otputted in the current language.

Uses

For localizing menu links, terms, views, field labels, ...

Use the simple in-line markup:

Custom Language field

Component type

module

Maintenance status

Development status

Downloads

29922

Component created

Component changed

This module creates a Language Field in D7 and D8. It provides a Field Formatter with several options. Flag icons can be used using either the Language Icons module or the Flags module

Use this module if you need more languages then the enabled languages, but do not need the translations. Example: Your site contains two configured languages, but contains content type 'Manuals' in 5 languages.

FreeGeoIP GeoIP

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides lightweight GeoIP services using the free GeoIP service freegeoip.net that allows theme display changes based on a visitor's country, as inferred from their IP.

A tentative roadmap includes integration with the GeoIP API module (once that module is migrated to D7 and provided it can be extended to support alternate engines), integration with contexts (in-module at first, then through the GeoIP API context module integration), and additional administration options.

RTL

Component type

module

Maintenance status

Development status

Component created

Component changed

RTL means Right to Left, it's a term used to describe the status of the interface when viewing it in a language like Arabic (right to left written langauge). The current status of RTL in Drupal core is to flip some CSS rules in your style files. The aim of this project is to make this fully automated. You create a theme or a module? no need to worry about RTL support, we will do that for you!

Some discussion:
Towards a better RTL solution