Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #31 from vtex/loc/16182
Browse files Browse the repository at this point in the history
Fix capitalization on 'Bulgarian' language label
  • Loading branch information
GeorgeLimaDev authored Sep 12, 2024
2 parents 1928713 + 0c1d449 commit 37b9140
Show file tree
Hide file tree
Showing 4 changed files with 551 additions and 561 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Fixed

- Capitalization of "Bulgarian" language label in the language switcher.

## [0.13.0] 01/27/2021

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/i18n-iso",
"version": "0.13.0",
"version": "0.14.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/vtex/i18n-iso",
Expand Down
2 changes: 1 addition & 1 deletion src/api/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ export const locales: Locale[] = [
{
officialLanguage: "Bulgarian",
region: "Bulgaria",
nativeOfficialLanguage: "български",
nativeOfficialLanguage: "Български",
nativeRegion: "Norge",
ISO6391: "bg",
ISO6392: "bul",
Expand Down
Loading

0 comments on commit 37b9140

Please sign in to comment.