We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fff24 commit a236349Copy full SHA for a236349
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+# 3.0.1 - 2024-07-07 (requires Elixir 1.11 or newer)
8
+
9
+- Fall back to default locale when translation is missing
10
11
# 3.0.0 - 2023-07-03 (requires Elixir 1.11 or newer)
12
13
- Remove support for unstructured translations
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Trans.Mixfile do
2
use Mix.Project
3
- @version "3.0.0"
+ @version "3.0.1"
def project do
[
0 commit comments