Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: export aliases t and n for translate and translatePlural #727

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

ShGKme
Copy link
Contributor

@ShGKme ShGKme commented Feb 10, 2024

We do this all the time:

import { translate as t, translatePlural as n } from '@nextcloud/l10n'

This PR allows importing aliases as well in a simple way:

import { t, n } from '@nextcloud/l10n'

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
@ShGKme ShGKme added enhancement New feature or request 3. to review labels Feb 10, 2024
@ShGKme ShGKme self-assigned this Feb 10, 2024
Copy link

codecov bot commented Feb 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1388a39) 86.17% compared to head (9a355a4) 86.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #727      +/-   ##
==========================================
+ Coverage   86.17%   86.31%   +0.14%     
==========================================
  Files           6        6              
  Lines         188      190       +2     
  Branches       67       67              
==========================================
+ Hits          162      164       +2     
  Misses         23       23              
  Partials        3        3              

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

@skjnldsv skjnldsv merged commit e5b19d0 into master Feb 11, 2024
9 checks passed
@skjnldsv skjnldsv deleted the feat/export-short-aliases branch February 11, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants