Collin Brown
|
37a23c795a
|
Giving rule keys semantically meaningful names
|
4 years ago |
Collin Brown
|
f85ad9e6ee
|
Fixing CSS error on hovering over locale menu
|
4 years ago |
Collin Brown
|
361e7b4232
|
Replacing hard-coded values with templates
|
4 years ago |
Collin Brown
|
540b4337a6
|
Fixing data table translation
|
4 years ago |
Collin Brown
|
2b65fcc2df
|
Replacing hard-coded value
Starting i18n project documentation
|
4 years ago |
Hiroki Nakayama
|
6d5bff4bd0
|
Merge pull request #987 from setu4993/fix/shell-script
Bring both run.sh scripts to parity
|
4 years ago |
Hiroki Nakayama
|
4ebc32c22b
|
Merge pull request #980 from Collinbrown95/feature/approval-button-shortcut
Adding keyboard shortcut for approval button
|
4 years ago |
Setu Shah
|
dd09286a37
|
Bring both run.sh scripts to parity
|
4 years ago |
Collin Brown
|
f20212cb82
|
Moving sidebar items to computed isntead of data
Reason is that data is not inherently reactive, but computed is
When locale changes, the items will be updated correctly in computed
|
4 years ago |
Collin Brown
|
689b30a6dd
|
Adding onlyOnRoot flag to detectBrowserLanguage
|
4 years ago |
Collin Brown
|
b37782a87e
|
Updating hard-coded values with template part 3
|
4 years ago |
Collin Brown
|
8cedfe483f
|
Enable automatic language detection from browser
|
4 years ago |
Collin Brown
|
3b5383431f
|
Applying localization to statistics page
|
4 years ago |
Collin Brown
|
9547115dbd
|
Changing shortkey from 'a' to 'enter'
|
4 years ago |
Collin Brown
|
9277c96c18
|
Merging origin feature/multiple-language-support locally
|
4 years ago |
Collin Brown
|
955458c6a8
|
Merge branch 'master' of https://github.com/doccano/doccano into feature/multiple-language-support
Merging upstream/master with feature/multiple-language-support
|
4 years ago |
Collin Brown
|
b5cc2a48a7
|
Adding localePath to localize paths
Updating hard-coded text with templates
|
4 years ago |
Collin Brown
|
273b66274c
|
Adding some translated content
|
4 years ago |
Collin Brown
|
ee7e564f97
|
Merge branch 'master' into feature/multiple-language-support
|
4 years ago |
Collin Brown
|
908659f0b2
|
Replacing hard-coded values with templates, part 2
|
4 years ago |
Collin Brown
|
2098e43c28
|
Adding rules and user keys to the i18n object
Adding corresponding french/english translations for the new keys
|
4 years ago |
Collin Brown
|
d363bec7f3
|
Converting rules into functions
Each function accepts a message object containing one or more rules
|
4 years ago |
Collin Brown
|
f841a6ae98
|
Updating original rules to use i18n template
|
4 years ago |
Collin Brown
|
e42207f8e5
|
Adding french translations of rules
|
4 years ago |
Collin Brown
|
0954835aff
|
Adding rules in English
|
4 years ago |
Collin Brown
|
6effae3dd1
|
Replacing hard-coded values with templates, part 1
|
4 years ago |
Collin Brown
|
94dbe57000
|
Hotfix
Moving components above data in pages/projects/_id/guideline/index.vue
|
4 years ago |
Collin Brown
|
57b3a2d390
|
Adding more french/english translations
|
4 years ago |
Collin Brown
|
30e371ad35
|
Removing redundant locale keys
|
4 years ago |
Collin Brown
|
00ee31fb88
|
Adding new line at end of errors.js
|
4 years ago |
Collin Brown
|
868171117e
|
Adding french translations for Doccano text
|
4 years ago |
Collin Brown
|
670d6d9bf1
|
Adding locales for toast-ui editor
|
4 years ago |
Collin Brown
|
291118b38d
|
Adding localization for Vuetify
|
4 years ago |
Collin Brown
|
7519c4dfc6
|
Merge branch 'master' of https://github.com/doccano/doccano into feature/multiple-language-support
Pulling upstream changes into feature branch
|
4 years ago |
Collin Brown
|
2bb688d257
|
Adding english templates for Doccano text
|
4 years ago |
Hiroki Nakayama
|
1a29695478
|
Merge pull request #981 from Collinbrown95/feature/first-last-page-buttons
Feature/first last page buttons
|
4 years ago |
Collin Brown
|
3788018cd1
|
Adding first/last page buttons to Annotation page
|
4 years ago |
Collin Brown
|
ac8918bba7
|
Adding showFirstLastPage flag in DocumentList
|
4 years ago |
Collin Brown
|
cff6880582
|
Adding keyboard shortcut for approval button
|
4 years ago |
Hiroki Nakayama
|
8e7f6d9557
|
Merge pull request #977 from doccano/dependabot/npm_and_yarn/app/server/static/http-proxy-1.18.1
Bump http-proxy from 1.17.0 to 1.18.1 in /app/server/static
|
4 years ago |
Hiroki Nakayama
|
5ab8bbf3fa
|
Merge pull request #978 from doccano/bugfix/#957
Update cloudformation template to fix #957
|
4 years ago |
Hironsan
|
0f885c3fd1
|
Update cloudformation template to fix #957
|
4 years ago |
dependabot[bot]
|
a258047479
|
Bump http-proxy from 1.17.0 to 1.18.1 in /app/server/static
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Collin Brown
|
76c9228721
|
Adding button to change languages
Including examples using localePath and $t
|
4 years ago |
Collin Brown
|
7ecec0b1f6
|
Adding i18n folder with french/english example
|
4 years ago |
Collin Brown
|
ff6c39ccc8
|
adding nuxt-i18n as a dependency
|
4 years ago |
Hiroki Nakayama
|
9834a51348
|
Merge pull request #973 from doccano/fix/dark-mode-guideline
Move style tag to editor.css
|
4 years ago |
Hironsan
|
53b18f0932
|
Move style tag to editor.css
|
4 years ago |
Hiroki Nakayama
|
29c1d9d852
|
Merge pull request #964 from setu4993/feature/api-support-annotation-timestamp
Add timestamps to annotation serializers
|
4 years ago |
Hiroki Nakayama
|
3d82d5ef1d
|
Merge pull request #960 from Collinbrown95/feature/dark-mode-guidelines
Adding style tag to frontend/layouts/project.vue
|
4 years ago |