-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
170 changed files
with
4,336 additions
and
3,121 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
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 |
---|---|---|
|
@@ -14,6 +14,7 @@ yarn.lock | |
format.utils.ts | ||
static/*.json | ||
/.vercel | ||
/.github | ||
|
||
CodeBlock.svelte | ||
HighlightValue.svelte | ||
|
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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"useTabs": true, | ||
"singleQuote": true, | ||
"singleQuote": false, | ||
"trailingComma": "none", | ||
"printWidth": 100, | ||
"plugins": ["prettier-plugin-svelte"], | ||
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }] | ||
} |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module.exports = { | ||
extends: ['@commitlint/config-conventional'] | ||
extends: ["@commitlint/config-conventional"] | ||
}; |
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 |
---|---|---|
@@ -1,71 +1,71 @@ | ||
{ | ||
"$schema": "https://inlang.com/schema/inlang-message-format", | ||
"about": "About", | ||
"addLocale": "Add locale", | ||
"addLocaleButton": "Add", | ||
"alternativeUseHeading": "Alternativ use", | ||
"alternativeUseIngress": "{method} can also be used from", | ||
"amount": "Amount", | ||
"and": "and", | ||
"availableInBrowser": "Available in {browserName} from version {versionAdded}", | ||
"blurbPart1": "is a tool for experimenting and trying out the", | ||
"blurbPart2": "The API is available under the namespace", | ||
"blurbPart3": "in JavaScript and provides language sensitive datetime formatting, number formatting, string comparison and more.", | ||
"blurbPart4": "To get started either visit", | ||
"blurbPart5": "or choose formatter you are interested in from the navigation menu.", | ||
"blurbPart6": "The source code for this tool can be found at", | ||
"blurbPart7": "The creator of this tool is", | ||
"blurbWelcome": "Welcome to Intl Explorer!", | ||
"browserDetails": "Browser details", | ||
"browserSupport": "Browser support", | ||
"close": "Close", | ||
"code": "Code", | ||
"codeTheme": "Code Theme", | ||
"codeThemeHint": "Theme for code blocks: OceanicNext/Github", | ||
"confirmLanguage": "Confirm language", | ||
"copyCode": "Copy Code", | ||
"copyCodeAriaLabel": "Copy code for options: {code}", | ||
"copySchemaUrl": "Copy Schema URL", | ||
"currency": "Currency", | ||
"dark": "Dark", | ||
"date": "Date", | ||
"editLocale": "Edit locale", | ||
"editLocaleButton": "Edit", | ||
"equals": "equals", | ||
"fullSupport": "Full support", | ||
"input": "Input", | ||
"language": "Language", | ||
"languageHint": "Language for page. Press Confirm to reload page with selected language", | ||
"light": "Light", | ||
"list": "List", | ||
"locale": "Locale", | ||
"localeHint": "'Add' to add selected locale. 'Edit' to add custom locale not in list", | ||
"menu": "Menu", | ||
"meta": "Meta", | ||
"method": "Method", | ||
"no": "No", | ||
"noSupport": "No support", | ||
"notAvailableInBrowser": "Not available in {browserName}", | ||
"noValue": "No value", | ||
"options": "Options", | ||
"output": "Output", | ||
"partialSupport": "Partial support", | ||
"remove": "Remove {value}", | ||
"resolvedOptions": "Resolved Options", | ||
"secondaryFormatters": "Secondary Formatters", | ||
"seeAlso": "See also", | ||
"selectCurrency": "Select a currency", | ||
"selectLocaleButton": "Select", | ||
"selectUnit": "Select a unit", | ||
"settingsButton": "Settings", | ||
"settingsHeading": "Settings", | ||
"showBrowserSupport": "Show Browser Support", | ||
"showBrowserSupportHint": "Toggle to hide or show Browser Details/Support", | ||
"skipLink": "Skip to content", | ||
"specification": "Specification", | ||
"theme": "Theme", | ||
"themeHint": "Page theme", | ||
"time": "Time", | ||
"unit": "Unit", | ||
"value": "Value" | ||
} | ||
"$schema": "https://inlang.com/schema/inlang-message-format", | ||
"about": "About", | ||
"addLocale": "Add locale", | ||
"addLocaleButton": "Add", | ||
"alternativeUseHeading": "Alternativ use", | ||
"alternativeUseIngress": "{method} can also be used from", | ||
"amount": "Amount", | ||
"and": "and", | ||
"availableInBrowser": "Available in {browserName} from version {versionAdded}", | ||
"blurbPart1": "is a tool for experimenting and trying out the", | ||
"blurbPart2": "The API is available under the namespace", | ||
"blurbPart3": "in JavaScript and provides language sensitive datetime formatting, number formatting, string comparison and more.", | ||
"blurbPart4": "To get started either visit", | ||
"blurbPart5": "or choose formatter you are interested in from the navigation menu.", | ||
"blurbPart6": "The source code for this tool can be found at", | ||
"blurbPart7": "The creator of this tool is", | ||
"blurbWelcome": "Welcome to Intl Explorer!", | ||
"browserDetails": "Browser details", | ||
"browserSupport": "Browser support", | ||
"close": "Close", | ||
"code": "Code", | ||
"codeTheme": "Code Theme", | ||
"codeThemeHint": "Theme for code blocks: OceanicNext/Github", | ||
"confirmLanguage": "Confirm language", | ||
"copyCode": "Copy Code", | ||
"copyCodeAriaLabel": "Copy code for options: {code}", | ||
"copySchemaUrl": "Copy Schema URL", | ||
"currency": "Currency", | ||
"dark": "Dark", | ||
"date": "Date", | ||
"editLocale": "Edit locale", | ||
"editLocaleButton": "Edit", | ||
"equals": "equals", | ||
"fullSupport": "Full support", | ||
"input": "Input", | ||
"language": "Language", | ||
"languageHint": "Language for page. Press Confirm to reload page with selected language", | ||
"light": "Light", | ||
"list": "List", | ||
"locale": "Locale", | ||
"localeHint": "'Add' to add selected locale. 'Edit' to add custom locale not in list", | ||
"menu": "Menu", | ||
"meta": "Meta", | ||
"method": "Method", | ||
"no": "No", | ||
"noSupport": "No support", | ||
"notAvailableInBrowser": "Not available in {browserName}", | ||
"noValue": "No value", | ||
"options": "Options", | ||
"output": "Output", | ||
"partialSupport": "Partial support", | ||
"remove": "Remove {value}", | ||
"resolvedOptions": "Resolved Options", | ||
"secondaryFormatters": "Secondary Formatters", | ||
"seeAlso": "See also", | ||
"selectCurrency": "Select a currency", | ||
"selectLocaleButton": "Select", | ||
"selectUnit": "Select a unit", | ||
"settingsButton": "Settings", | ||
"settingsHeading": "Settings", | ||
"showBrowserSupport": "Show Browser Support", | ||
"showBrowserSupportHint": "Toggle to hide or show Browser Details/Support", | ||
"skipLink": "Skip to content", | ||
"specification": "Specification", | ||
"theme": "Theme", | ||
"themeHint": "Page theme", | ||
"time": "Time", | ||
"unit": "Unit", | ||
"value": "Value" | ||
} |
Oops, something went wrong.