https://github.com/parfaitementweb/statamic-language-iso639-fieldtype
Statamic fieldtype to select a language (ISO 639) in a dropdown
https://github.com/parfaitementweb/statamic-language-iso639-fieldtype
Last synced: over 1 year ago
JSON representation
Statamic fieldtype to select a language (ISO 639) in a dropdown
- Host: GitHub
- URL: https://github.com/parfaitementweb/statamic-language-iso639-fieldtype
- Owner: parfaitementweb
- Created: 2021-03-05T20:19:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T12:40:06.000Z (over 1 year ago)
- Last Synced: 2025-01-13T03:41:39.434Z (over 1 year ago)
- Language: Vue
- Size: 92.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Statamic Language (ISO 639) Dropdown Fieldtype

> The simplest way to list every available language as a selectable dropdown 🤘
## Features
- Display a select field with **every ISO 639 language**.
- Built-in localization in 22 languages.
- Set a **placeholder**.
- Allow **multiple selections**.
- Set a **maximum number of selectable items**.
- Enable **searching** through possible options.
## Getting Started
We have made things easy for you start. Here is the three steps your need to follow:
1. **Install the addon**
This can be achieve by downloading our latest release and configuring the package as a path repository in your `composer.json` file.
2. **Add the Language ISO 639 select fieldtype.**
Choose your display and hanlde values.
Customize the behavior using our various fieldtypes settings.
3. **Enjoy.**
## Built-in translations
Language values are **automaticaly** displayed in current user locale, based on the current `locale` from the `App::getLocale()` value.
The addon supports _Breton, Czech, Danish, German, English, Spanish, Finnish, French, Hungarian, Islandic, Italian, Japanese, Lithuanian, Latvian, Dutch, Norwegian, Polish, Portuguese, Romanian, Russian, Swedish, Chinese_.
## What does your addon look like?


## Changelog
V1.0.1
📚 Language values are now displayed in current user locale.
V1.0.0
🚀 Launching this awesome fieldtype to the world.