-
Notifications
You must be signed in to change notification settings - Fork 767
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added bulgarian language in settings menu, updated bulgarian language…
… settings and fixed build for macOS (#3874) * added bulgarian language in settings menu and fixed build for macOS * typo fixing * fixed linux failing test * Removed package.json changes * Delete yarn-error.log
- Loading branch information
Showing
2 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,4 +63,5 @@ export const languageMap = { | |
sk: 'Slovak', | ||
sv: 'Swedish', | ||
ua: 'Ukrainian', | ||
'bg-BG': 'Bulgarian', | ||
}; |