---
title: "v1.1.4 — Translation System Fixes & Core Improvements"
version: 1.1.4
date: 2025-04-30
description: "Patch release addressing critical translation functionality issues across core and react packages. Introduces better modularity, improved fallback behavior, comprehensive test coverage, and enhanced translation utility functions."
tags:
  - release
  - stable
  - translations
  - language-detection
  - utilities
canary: false
type: release
breaking: false
authors: kayleewilliams
packages:
  - "c15t@1.1.4"
  - "@c15t/react@1.1.4"
  - "@c15t/dev-tools@1.1.4"
  - "@c15t/cli@1.0.7"
---
## Patch Changes

This release addresses a **critical issue with translation functionality** across the core and react packages, introducing better modularity, improved fallback behavior, and robust test coverage.

## 🆕 New Features

* Exposed additional translation utility functions for external use
* Added support for initializing the consent manager store with a translation configuration
* Introduced a utility to streamline translation configuration preparation

## 🐛 Bug Fixes

* **[#207](https://github.com/c15t/c15t/issues/207)** [2d81c9f](https://github.com/c15t/c15t/commit/2d81c9f) – fix(core, react): translations not working. Thanks [@KayleeWilliams](https://github.com/KayleeWilliams)!
* Improved language detection and translation merging logic, ensuring more accurate language selection and fallback behavior
* Fixed an issue where translations were not working in the core and react packages

## 🧪 Tests

* Added comprehensive tests for translation utilities and the translation hook
* Expanded test coverage to include both `.ts` and `.tsx` files

## 🧹 Refactor

* Moved translation utilities from the react package to core for better reusability
* Simplified translation configuration logic in the consent manager provider for easier maintenance

## ✨ What's Changed

* feat(docs): re-added theme switcher, added color scheme docs by [@KayleeWilliams](https://github.com/KayleeWilliams) in [#206](https://github.com/c15t/c15t/pull/206)
* fix(core, react): translations not working by [@KayleeWilliams](https://github.com/KayleeWilliams) in [#207](https://github.com/c15t/c15t/pull/207)
* Version Packages by [@github-actions](https://github.com/github-actions) in [#209](https://github.com/c15t/c15t/pull/209)

**Full Changelog**: [c15t@1.1.3...c15t@1.1.4](https://github.com/c15t/c15t/compare/c15t@1.1.3...c15t@1.1.4)

## 📦 Releases

### @c15t/cli\@1.0.7

**Patch Changes**

* Updated dependencies \[2d81c9f]:
  * @c15t/react\@1.1.4
  * c15t\@1.1.4

### c15t\@1.1.4

**Patch Changes**

* [#207](https://github.com/c15t/c15t/pull/207) [2d81c9f](https://github.com/c15t/c15t/commit/2d81c9f) Thanks [@KayleeWilliams](https://github.com/KayleeWilliams)! - fix(core, react): translations not working

### @c15t/react\@1.1.4

**Patch Changes**

* [#207](https://github.com/c15t/c15t/pull/207) [2d81c9f](https://github.com/c15t/c15t/commit/2d81c9f) Thanks [@KayleeWilliams](https://github.com/KayleeWilliams)! - fix(core, react): translations not working
* Updated dependencies \[2d81c9f]:
  * c15t\@1.1.4

### @c15t/dev-tools\@1.1.4

**Patch Changes**

* Updated dependencies \[2d81c9f]:
  * c15t\@1.1.4

Published via commit [21eb1a3](https://github.com/c15t/c15t/commit/21eb1a3) by [@github-actions](https://github.com/github-actions)

This release **restores critical translation functionality** and establishes a solid foundation for international deployments with comprehensive testing and improved developer experience.

<ContributorBlock usernames={["KayleeWilliams"]} />
