OBSOLETE i18nviews sandbox

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

i18nviews sandbox.
Can't commit to i18nviews currently due to drupal.org repo or migrate problems.

This project is obsolete!

Ubercart Internationalization

Component type

module

Maintenance status

Development status

Downloads

817

Component created

Component changed

Ubercart internationalisation is an effort to make Ubercart fully multi-lingual.

Code is not ready yet and probably very buggy. It works on my site, but only there. Handle with extreme caution. It consists mostly on all modules and functions found around Ubercart.org and Drupal.org making a fully multilingual site possible.

Features:
All translatable variables
Translatable attributes and options
Translatable cart and checkout
All products, attributes and options are saved in the DB in the default language

Turkish Bible Verse Finder / İncil Ayet Bulucu

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

This module will scan the text content of nodes looking for verse Turkish language Bible verse references. All recognized references will be converted to links to that verse on a site with multiple Turkish translations.

Features

  • Recognizes most Turkish verse reference formats including abbreviated and many alternate book names.
  • Optionally show verse content in tool-tip popup.
  • Optionally open links in new window.

Requirements

  • PHP PCRE extentions

Translated Front Page

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds a template variable to identify front page translations.

The is_front variable can be used in a template file to check whether the displayed page is the front page or not. However, this does not apply to the translations of the front page (when content translation is in use). This module addresses this by adding a new template variable is_translated_front, which is set to TRUE for nodes that are translations of the front page.

Usage example:

Locale Cache

Component type

module

Maintenance status

Development status

Downloads

1607

Component created

Component changed

Locale Cache module provides more efficient and flexible locale data (translations) caching. Based on code from the core D6 locale module.
You will probably get most benefits of this module only using a fast cache backend like APC, Memcache, Redis, MongoDB, etc.
Requires small patch to core to make it use our function instead of locale().

Gettext and locale API

Component type

module

Categories

Maintenance status

Development status

Downloads

1175

Component created

Component changed

The goal of this project is to provide APIs that locale module should have provided all along. To be included in Drupal 8 core.

On a technical level this project provides abstraction of GNU Gettext .po file import and export from various other modules as well as serves as the missing locale API for source string and translation load/save operations. Watch out as this module becomes a requirement for others to clean out duplicate efforts.