All Results

Translation status badge

App

Badge showing missing messages in your codebase. Perfect for your README.md file.

inlang

Build a Global SolidStart App

Guide

A complete guide on how to adopt inlang with paraglide.js and message-format-plugin in your SolidStart project.

LorisSigrist

Build a Global Svelte App

Guide

A complete guide on how to adopt inlang with paraglide.js and message-format-plugin

Nils Jacobsen

Contribute Translations with Fink

Guide

You can create or improve community translations through the Fink i18n editor.

Nils Jacobsen

Camel case id

Message Lint Rule

Checks for messages to have a camel case formatted message id (e.g. 'myMessage').

inlang

Empty pattern

Message Lint Rule

Checks for empty pattern in a language tag. If a message exists in the reference resource but the pattern in a target resource is empty, it is likely that the message has not been translated yet.

inlang

Identical pattern

Message Lint Rule

Checks for identical patterns in different languages. A message with identical wording in multiple languages can indicate that the translations are redundant or can be combined into a single message to reduce translation effort.

inlang

Message without source

Message Lint Rule

Checks for likely outdated messages. A message with a missing source is usually an indication that the message (id) is no longer used in source code, but messages have not been updated accordingly.

inlang

Missing translation

Message Lint Rule

Checks for missing variants for a specific languageTag. If a variant exists for the sourceLanguageTag but is missing for a listed languageTag, it is likely that the message has not been translated for this languageTag yet.

inlang

Snake case id

Message Lint Rule

Checks for messages to have a snake case formatted message id (e.g. 'my_message_id').

inlang

Valid JS Identifier

Message Lint Rule

Make sure that all message IDs are valid JavaScript identifiers.

inlang

i18next

Plugin

A plugin for inlang projects that works with i18next and reads + writes resources.

inlang

JSON translation files

Plugin

This plugin enables using JSON files for messages. It is not library specific and can be used with any framework.

inlang

i

inlang message format

Plugin

The simplest storage plugin for inlang.

inlang

next-intl plugin

Plugin

A plugin to make next-intl ecosystem compatible with inlang

inlang

Can't find what you are looking for?

Build your own solution!