-
Notifications
You must be signed in to change notification settings - Fork 222
Hebrew localization #250
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
Open
gotenxds
wants to merge
70
commits into
edcarroll:master
Choose a base branch
from
gotenxds:hebrew-localization
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Hebrew localization #250
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
41f8dde
feat(localization): Add Hebrew locale
7a32a73
feat(localization): Add Hebrew locale
a260bb9
fix(popup): Fixed TS 2.4.1 no properties in common error
edcarroll 5e81ed1
fix(modal): Changed ModalTemplate to be an abstract class
edcarroll 90afe8f
fix(modal/popup): Autofocus now working in IE11
edcarroll 7ee9084
fix(select): Fixed lots of JS falsy errors
edcarroll 4c9d912
fix(popup): Stopped attaching component to application repeatedly
edcarroll e7692ca
feat(datepicker): Stopped disabling dates if they're not in a month
edcarroll f2fe6f7
chore: Bumped version number
edcarroll 4776408
feat(checkbox): Added radiobutton support for reactive forms
edcarroll 385cfed
fix(select): Fixed selected option sometimes not appearing
edcarroll a94781b
chore: Updated package lock version number
edcarroll 56eaaa2
fix(dimmer): Fixed dimmer transition getting out of sync
edcarroll 84efb75
docs(readme): Updated image link
edcarroll 14bd206
demo: Added path to tsconfig so demo can import modules directly
edcarroll dceb859
test: Added module paths to test tsconfig
edcarroll 55be38d
chore: Fixed compile:lib:w script
edcarroll 113f970
fix(localization): typo (acute missing) (#193)
harogaston 5ff5e22
hotfix(popup): Locked popper.js dependencies until type defs are fixed
edcarroll 6dd7f4f
chore: Updated deps to support Angular 5 & updated min req. to 4.3.1
edcarroll 95e714b
chore: Bumped version number
edcarroll ef28ac2
fix(dimmer): Dimmer no longer transitions when initially dimmed
edcarroll e7c43e6
fix(select): When sui-select ngModel set undefined, reset selectedOption
lialosiu 1093a47
docs(readme): Added component support table
edcarroll f466559
docs(readme): Alphabetized Collections column
edcarroll 2a5bcc7
docs(readme): Fix emoji formatting issue
edcarroll d066c4e
fix(modal): add support for mini and tiny sizes
mcosta74 76bbb42
docs(contributing): Updated Gitter link
edcarroll 5c45e95
feat(localization): Add Australian locale
trevordaniels a7a48b3
docs(localization): Added en-AU locale credits
edcarroll d73bf9f
feat(select): add support for hiding labels in multi-select
mcosta74 393af51
fix(select): ui improvement when searchable
mcosta74 3fe575e
fix(localization): fix the spanish translation for multiselect
mcosta74 b8b490e
fix(select): Fixed formatting on multiple selection count
edcarroll d8b50c6
feat(select): Renamed `hasLabelsHidden` to `hasLabels`
edcarroll 8bb42a4
fix(message): Icon messages now style correctly (#224)
edcarroll f6066b7
fix(modal): Move modal back to original container after dismiss (#227)
edcarroll a93d8b0
fix(modal): Fixed modal scroll context sometimes breaking (#226)
edcarroll 1c24946
fix(popup): Mousedown no longer cancelled on internal elements (#230)
edcarroll 9bbe2f3
fix(popup): Made document click handler only apply when popup is open…
edcarroll db19237
fix: Added custom FocusEvent interface (#231)
edcarroll 33a878f
chore(popup): Relaxed popper.js dependency (#228)
edcarroll 164da7b
fix(popup): Fixed delay causing destroyed view errors (#233)
edcarroll 228b6b9
fix(select): Manually run change detector when option updates (#236)
edcarroll 2ba87f8
fix(select): Selected options now updated when options change (#232)
edcarroll 72b7498
fix(modal): Fixed aggressive autofocus sometimes causing errors (#237)
edcarroll ee4dcce
fix(popup): Fixed conflict with BrowserAnimationsModule (#234)
edcarroll 6a1d068
feat(popup): Added template context support (#238)
edcarroll e429419
fix(popup): Fixed focus events on popup (#243)
edcarroll 13e361c
feat(datepicker) Popup now honors locale and pickerLocaleOverrides (#…
harogaston 9a49384
Time of day values supported in locale definitions (#214)
harogaston 186bc4c
feat(datepicker) Added initial date support for the datepicker (#216)
harogaston bccf7e5
fix: Various minor bugfixes (#245)
edcarroll 9636461
fix: Fixed AOT on SystemJS builder (#240)
edcarroll 9e6e394
feat(localization): Uppercase meridian format for GB & US locales
edcarroll 5e55243
feat(datepicker): Moved calendar view title to separate component
edcarroll 58eea06
fix(datepicker): Fixed focus out duplication issue
edcarroll b9d112c
fix(popup): Fixed duplication glitch on rapid open & close
edcarroll 4957e7c
fix(popup): Ensured component popups are properly destroyed
edcarroll 5d78a0f
fix(dropdown): Fixed error on keyboard navigation of empty dropdown
edcarroll 3d25bd5
chore(demo): Updated to SUI 2.2.13
edcarroll ef408ae
fix(datepicker): Fixed destroyed view errors
edcarroll 639909b
chore: Bumped version number
edcarroll d5ae3b7
docs: Specified minimum Semantic UI CSS version
edcarroll ef9c0f5
demo(getting-started): Updated CSS include code to reference SUI 2.2.13
edcarroll c073629
feat(localization): Add Hebrew locale
7256eb8
feat(localization): Add Hebrew locale
90755de
feat: Updated with new values.
78ab3d6
Merge remote-tracking branch 'origin/hebrew-localization' into hebrew…
236eefe
feat: Updated with new values.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| import { IPartialLocaleValues } from "../interfaces/values"; | ||
| import { ILocaleValues } from "../interfaces/values"; | ||
|
|
||
| /** | ||
| * locale : Hebrew (he) | ||
| * author : David limkys : https://github.com/gotenxds | ||
| */ | ||
|
|
||
| const he:IPartialLocaleValues = { | ||
| const he:ILocaleValues = { | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As above |
||
| datepicker: { | ||
| months: [ | ||
| "ינואר", "פבואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר" | ||
|
|
@@ -22,6 +22,15 @@ const he:IPartialLocaleValues = { | |
| weekdaysNarrow: [ | ||
| "ר", "ש", "ש", "ר", "ח", "ש", "ש" | ||
| ], | ||
| timesOfDay: [ | ||
| "לפנות בוקר", "אחר הצהריים" | ||
| ], | ||
| timesOfDayUppercase: [ | ||
| "לפנות בוקר", "אחר הצהריים" | ||
| ], | ||
| timesOfDayLowercase: [ | ||
| "לפנות בוקר", "אחר הצהריים" | ||
| ], | ||
| formats: { | ||
| time: "HH:mm", | ||
| datetime: "D MMMM YYYY HH:mm", | ||
|
|
@@ -46,7 +55,7 @@ const he:IPartialLocaleValues = { | |
| multi: { | ||
| placeholder: "בחר...", | ||
| maxSelectedMessage: "מקסימום #{max} אפשרויות", | ||
| selectedMessage: "#{count} selections" | ||
| selectedMessage: "#{count} בחירות" | ||
| } | ||
| } | ||
| }; | ||
|
|
||
This file contains hidden or 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 |
|---|---|---|
| @@ -1,5 +1,3 @@ | ||
| import { RecursivePartial, ILocaleValues } from "../interfaces/values"; | ||
|
||
|
|
||
| import de from "./de"; | ||
| import enAU from "./en-AU"; | ||
| import enGB from "./en-GB"; | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please leave this as
IPartialLocaleValuesso the build doesn't break if we add more values.