Skip to content
Open
Show file tree
Hide file tree
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
Jul 18, 2017
7a32a73
feat(localization): Add Hebrew locale
Jul 18, 2017
a260bb9
fix(popup): Fixed TS 2.4.1 no properties in common error
edcarroll Jul 19, 2017
5e81ed1
fix(modal): Changed ModalTemplate to be an abstract class
edcarroll Jul 19, 2017
90afe8f
fix(modal/popup): Autofocus now working in IE11
edcarroll Jul 19, 2017
7ee9084
fix(select): Fixed lots of JS falsy errors
edcarroll Jul 19, 2017
4c9d912
fix(popup): Stopped attaching component to application repeatedly
edcarroll Jul 19, 2017
e7692ca
feat(datepicker): Stopped disabling dates if they're not in a month
edcarroll Jul 19, 2017
f2fe6f7
chore: Bumped version number
edcarroll Jul 19, 2017
4776408
feat(checkbox): Added radiobutton support for reactive forms
edcarroll Jul 19, 2017
385cfed
fix(select): Fixed selected option sometimes not appearing
edcarroll Jul 19, 2017
a94781b
chore: Updated package lock version number
edcarroll Jul 19, 2017
56eaaa2
fix(dimmer): Fixed dimmer transition getting out of sync
edcarroll Jul 20, 2017
84efb75
docs(readme): Updated image link
edcarroll Jul 21, 2017
14bd206
demo: Added path to tsconfig so demo can import modules directly
edcarroll Jul 21, 2017
dceb859
test: Added module paths to test tsconfig
edcarroll Jul 21, 2017
55be38d
chore: Fixed compile:lib:w script
edcarroll Jul 27, 2017
113f970
fix(localization): typo (acute missing) (#193)
harogaston Jul 27, 2017
5ff5e22
hotfix(popup): Locked popper.js dependencies until type defs are fixed
edcarroll Jul 27, 2017
6dd7f4f
chore: Updated deps to support Angular 5 & updated min req. to 4.3.1
edcarroll Jul 27, 2017
95e714b
chore: Bumped version number
edcarroll Jul 27, 2017
ef28ac2
fix(dimmer): Dimmer no longer transitions when initially dimmed
edcarroll Jul 27, 2017
e7c43e6
fix(select): When sui-select ngModel set undefined, reset selectedOption
lialosiu Jul 28, 2017
1093a47
docs(readme): Added component support table
edcarroll Jul 28, 2017
f466559
docs(readme): Alphabetized Collections column
edcarroll Jul 28, 2017
2a5bcc7
docs(readme): Fix emoji formatting issue
edcarroll Jul 28, 2017
d066c4e
fix(modal): add support for mini and tiny sizes
mcosta74 Aug 3, 2017
76bbb42
docs(contributing): Updated Gitter link
edcarroll Aug 4, 2017
5c45e95
feat(localization): Add Australian locale
trevordaniels Aug 8, 2017
a7a48b3
docs(localization): Added en-AU locale credits
edcarroll Aug 8, 2017
d73bf9f
feat(select): add support for hiding labels in multi-select
mcosta74 Aug 7, 2017
393af51
fix(select): ui improvement when searchable
mcosta74 Aug 8, 2017
3fe575e
fix(localization): fix the spanish translation for multiselect
mcosta74 Aug 8, 2017
b8b490e
fix(select): Fixed formatting on multiple selection count
edcarroll Aug 10, 2017
d8b50c6
feat(select): Renamed `hasLabelsHidden` to `hasLabels`
edcarroll Aug 10, 2017
8bb42a4
fix(message): Icon messages now style correctly (#224)
edcarroll Aug 10, 2017
f6066b7
fix(modal): Move modal back to original container after dismiss (#227)
edcarroll Aug 10, 2017
a93d8b0
fix(modal): Fixed modal scroll context sometimes breaking (#226)
edcarroll Aug 10, 2017
1c24946
fix(popup): Mousedown no longer cancelled on internal elements (#230)
edcarroll Aug 10, 2017
9bbe2f3
fix(popup): Made document click handler only apply when popup is open…
edcarroll Aug 10, 2017
db19237
fix: Added custom FocusEvent interface (#231)
edcarroll Aug 11, 2017
33a878f
chore(popup): Relaxed popper.js dependency (#228)
edcarroll Aug 11, 2017
164da7b
fix(popup): Fixed delay causing destroyed view errors (#233)
edcarroll Aug 11, 2017
228b6b9
fix(select): Manually run change detector when option updates (#236)
edcarroll Aug 11, 2017
2ba87f8
fix(select): Selected options now updated when options change (#232)
edcarroll Aug 11, 2017
72b7498
fix(modal): Fixed aggressive autofocus sometimes causing errors (#237)
edcarroll Aug 11, 2017
ee4dcce
fix(popup): Fixed conflict with BrowserAnimationsModule (#234)
edcarroll Aug 11, 2017
6a1d068
feat(popup): Added template context support (#238)
edcarroll Aug 11, 2017
e429419
fix(popup): Fixed focus events on popup (#243)
edcarroll Aug 11, 2017
13e361c
feat(datepicker) Popup now honors locale and pickerLocaleOverrides (#…
harogaston Aug 13, 2017
9a49384
Time of day values supported in locale definitions (#214)
harogaston Aug 13, 2017
186bc4c
feat(datepicker) Added initial date support for the datepicker (#216)
harogaston Aug 13, 2017
bccf7e5
fix: Various minor bugfixes (#245)
edcarroll Aug 14, 2017
9636461
fix: Fixed AOT on SystemJS builder (#240)
edcarroll Aug 14, 2017
9e6e394
feat(localization): Uppercase meridian format for GB & US locales
edcarroll Aug 14, 2017
5e55243
feat(datepicker): Moved calendar view title to separate component
edcarroll Aug 14, 2017
58eea06
fix(datepicker): Fixed focus out duplication issue
edcarroll Aug 14, 2017
b9d112c
fix(popup): Fixed duplication glitch on rapid open & close
edcarroll Aug 14, 2017
4957e7c
fix(popup): Ensured component popups are properly destroyed
edcarroll Aug 14, 2017
5d78a0f
fix(dropdown): Fixed error on keyboard navigation of empty dropdown
edcarroll Aug 14, 2017
3d25bd5
chore(demo): Updated to SUI 2.2.13
edcarroll Aug 14, 2017
ef408ae
fix(datepicker): Fixed destroyed view errors
edcarroll Aug 14, 2017
639909b
chore: Bumped version number
edcarroll Aug 14, 2017
d5ae3b7
docs: Specified minimum Semantic UI CSS version
edcarroll Aug 14, 2017
ef9c0f5
demo(getting-started): Updated CSS include code to reference SUI 2.2.13
edcarroll Aug 14, 2017
c073629
feat(localization): Add Hebrew locale
Jul 18, 2017
7256eb8
feat(localization): Add Hebrew locale
Jul 18, 2017
90755de
feat: Updated with new values.
Aug 15, 2017
78ab3d6
Merge remote-tracking branch 'origin/hebrew-localization' into hebrew…
Aug 15, 2017
236eefe
feat: Updated with new values.
Aug 15, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions src/behaviors/localization/locales/he.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { IPartialLocaleValues } from "../interfaces/values";
import { ILocaleValues } from "../interfaces/values";
Copy link
Owner

Choose a reason for hiding this comment

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

Please leave this as IPartialLocaleValues so the build doesn't break if we add more values.


/**
* locale : Hebrew (he)
* author : David limkys : https://github.com/gotenxds
*/

const he:IPartialLocaleValues = {
const he:ILocaleValues = {
Copy link
Owner

Choose a reason for hiding this comment

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

As above

datepicker: {
months: [
"ינואר", "פבואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"
Expand All @@ -22,6 +22,15 @@ const he:IPartialLocaleValues = {
weekdaysNarrow: [
"ר", "ש", "ש", "ר", "ח", "ש", "ש"
],
timesOfDay: [
"לפנות בוקר", "אחר הצהריים"
],
timesOfDayUppercase: [
"לפנות בוקר", "אחר הצהריים"
],
timesOfDayLowercase: [
"לפנות בוקר", "אחר הצהריים"
],
formats: {
time: "HH:mm",
datetime: "D MMMM YYYY HH:mm",
Expand All @@ -46,7 +55,7 @@ const he:IPartialLocaleValues = {
multi: {
placeholder: "בחר...",
maxSelectedMessage: "מקסימום #{max} אפשרויות",
selectedMessage: "#{count} selections"
selectedMessage: "#{count} בחירות"
}
}
};
Expand Down
2 changes: 0 additions & 2 deletions src/behaviors/localization/locales/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { RecursivePartial, ILocaleValues } from "../interfaces/values";
Copy link
Owner

Choose a reason for hiding this comment

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

Removing this causes the build error, please put it back


import de from "./de";
import enAU from "./en-AU";
import enGB from "./en-GB";
Expand Down