Skip to content

Add Irish (ga-ie) locale support#553

Open
mklinzing wants to merge 1 commit intogoatshriek:latestfrom
mklinzing:issue-117_add-ga-ie-locale
Open

Add Irish (ga-ie) locale support#553
mklinzing wants to merge 1 commit intogoatshriek:latestfrom
mklinzing:issue-117_add-ga-ie-locale

Conversation

@mklinzing
Copy link

This pull request adds Irish (ga_IE) localization support to Stumpless by introducing translated message strings and the corresponding locale configuration. The goal is to expand language coverage while maintaining consistency with existing localization patterns and conventions. This change resolves Issue #117 reported on GitHub.

Guidelines for Contributing.

@codecov
Copy link

codecov bot commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.91%. Comparing base (cd221c7) to head (d8d9141).

Additional details and impacted files
@@           Coverage Diff           @@
##           latest     #553   +/-   ##
=======================================
  Coverage   90.91%   90.91%           
=======================================
  Files          47       47           
  Lines        4547     4547           
  Branches      601      601           
=======================================
  Hits         4134     4134           
  Misses        273      273           
  Partials      140      140           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Owner

@goatshriek goatshriek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks very much for putting this together! Just one update to the header and a few lines that need to be broken up so that they aren't too long (see the static analysis run), and then this should be good to go!

Comment on lines +25 to +26
#ifndef __STUMPLESS_PRIVATE_CONFIG_LOCALE_EN_US_H
# define __STUMPLESS_PRIVATE_CONFIG_LOCALE_EN_US_H
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update this header guard to use __STUMPLESS_PRIVATE_CONFIG_LOCALE_GA_IE_H

@goatshriek goatshriek added the l10n localization of stumpless label Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

l10n localization of stumpless

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants