-
Notifications
You must be signed in to change notification settings - Fork 146
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
Fluent Compatibility #240
base: master
Are you sure you want to change the base?
Fluent Compatibility #240
Commits on Mar 9, 2023
-
feat(i18n): start locale support;
- Started locale support with usage of the get_translated helper.
Configuration menu - View commit details
-
Copy full SHA for 2add4e2 - Browse repository at this point
Copy the full SHA 2add4e2View commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8627382 - Browse repository at this point
Copy the full SHA 8627382View commit details
Commits on Apr 13, 2023
-
fix(resources): removed unnecessary code;
- Removed unnecessary imports and code for the resource translations.
Configuration menu - View commit details
-
Copy full SHA for b1f5bfc - Browse repository at this point
Copy the full SHA b1f5bfcView commit details
Commits on Apr 17, 2023
-
revert(i18n): reverted profile changes;
- Reverted profile.py back to master.
Configuration menu - View commit details
-
Copy full SHA for 9e9c6ec - Browse repository at this point
Copy the full SHA 9e9c6ecView commit details -
feat(i18n): modified dcat_dataset_show method;
- Modified code to condition on fluent being loaded. - Added code to the `dcat_dataset_show` method to set the values of the data_dict before the serializer profiles.
Configuration menu - View commit details
-
Copy full SHA for 5722d40 - Browse repository at this point
Copy the full SHA 5722d40View commit details
Commits on Apr 18, 2023
-
feat(i18n): added fluent support to catalog;
- Added code for fluent fields to catalog show method.
Configuration menu - View commit details
-
Copy full SHA for 93169d4 - Browse repository at this point
Copy the full SHA 93169d4View commit details -
feat(i18n): added language replacement in dcat.base_uri config value;
- Added replacement of `{{LANG}}` to the `ckanext.dcat.base_uri` config value.
Configuration menu - View commit details
-
Copy full SHA for ad1bfde - Browse repository at this point
Copy the full SHA ad1bfdeView commit details -
fix(i18n): moved fluent support for catalog uri;
- Moved `{{LANG}}` replacement down.
Configuration menu - View commit details
-
Copy full SHA for 907249e - Browse repository at this point
Copy the full SHA 907249eView commit details
Commits on May 9, 2023
-
revert(i18n): reverted fluent comp. in converters and logic;
- Removed fluent compatibility code in converters. - Removed fluent compatibility code in logic. - Removed fluent loaded check in `catalog_uri` util method.
Configuration menu - View commit details
-
Copy full SHA for 821062e - Browse repository at this point
Copy the full SHA 821062eView commit details -
feat(i18n): added fluent support to profiles;
- Removed `LANG` replacement in base uri util method. - Added multilingual support to graph from dataset.
Configuration menu - View commit details
-
Copy full SHA for 4e82e81 - Browse repository at this point
Copy the full SHA 4e82e81View commit details -
feat(i18n): made translated fields act more like the get translated h…
…elper; - Made the translation keys fallback to the normal core field, like the `get_translated` helper does.
Configuration menu - View commit details
-
Copy full SHA for de51a74 - Browse repository at this point
Copy the full SHA de51a74View commit details -
fix(i18n): better tags condition;
- Changed conditions for translated tags.
Configuration menu - View commit details
-
Copy full SHA for 1582a06 - Browse repository at this point
Copy the full SHA 1582a06View commit details
Commits on May 10, 2023
-
refactor(i18n): renamed multilingual to all_translated;
- Renamed `multilingual` to `all_translated` due to core extension name.
Configuration menu - View commit details
-
Copy full SHA for 0551784 - Browse repository at this point
Copy the full SHA 0551784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5971f91 - Browse repository at this point
Copy the full SHA 5971f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e5f2cf - Browse repository at this point
Copy the full SHA 9e5f2cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb99844 - Browse repository at this point
Copy the full SHA fb99844View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab55002 - Browse repository at this point
Copy the full SHA ab55002View commit details
Commits on Nov 8, 2023
-
feat(dev): org dict cache, test fix, new var name;
- Renamed `all_translated` to `translated`. - Added a class cache variable for org dicts. - Updated org test for serializing.
Configuration menu - View commit details
-
Copy full SHA for 1d1b155 - Browse repository at this point
Copy the full SHA 1d1b155View commit details