Skip to content
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

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Mar 9, 2023

  1. feat(i18n): start locale support;

    - Started locale support with usage of the get_translated helper.
    JVickery-TBS committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    2add4e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. fix(i18n): tag fix;

    - Fixed keywords.
    JVickery-TBS committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    8627382 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fix(resources): removed unnecessary code;

    - Removed unnecessary imports and code for the resource translations.
    JVickery-TBS committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b1f5bfc View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. revert(i18n): reverted profile changes;

    - Reverted profile.py back to master.
    JVickery-TBS committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9e9c6ec View commit details
    Browse the repository at this point in the history
  2. 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.
    JVickery-TBS committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    5722d40 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. feat(i18n): added fluent support to catalog;

    - Added code for fluent fields to catalog show method.
    JVickery-TBS committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    93169d4 View commit details
    Browse the repository at this point in the history
  2. feat(i18n): added language replacement in dcat.base_uri config value;

    - Added replacement of `{{LANG}}` to the `ckanext.dcat.base_uri` config value.
    JVickery-TBS committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ad1bfde View commit details
    Browse the repository at this point in the history
  3. fix(i18n): moved fluent support for catalog uri;

    - Moved `{{LANG}}` replacement down.
    JVickery-TBS committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    907249e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. 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.
    JVickery-TBS committed May 9, 2023
    Configuration menu
    Copy the full SHA
    821062e View commit details
    Browse the repository at this point in the history
  2. feat(i18n): added fluent support to profiles;

    - Removed `LANG` replacement in base uri util method.
    - Added multilingual support to graph from dataset.
    JVickery-TBS committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4e82e81 View commit details
    Browse the repository at this point in the history
  3. 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.
    JVickery-TBS committed May 9, 2023
    Configuration menu
    Copy the full SHA
    de51a74 View commit details
    Browse the repository at this point in the history
  4. fix(i18n): better tags condition;

    - Changed conditions for translated tags.
    JVickery-TBS committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1582a06 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. refactor(i18n): renamed multilingual to all_translated;

    - Renamed `multilingual` to `all_translated` due to core extension name.
    JVickery-TBS committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0551784 View commit details
    Browse the repository at this point in the history
  2. fix(i18n): syntax error;

    - Fixed syntax error from refactor.
    JVickery-TBS committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5971f91 View commit details
    Browse the repository at this point in the history
  3. fix(i18n): syntax error;

    - Fixed syntax error from refactor.
    JVickery-TBS committed May 10, 2023
    Configuration menu
    Copy the full SHA
    9e5f2cf View commit details
    Browse the repository at this point in the history
  4. fix(i18n): fluent tags output;

    - Fixed fluent tags output.
    JVickery-TBS committed May 10, 2023
    Configuration menu
    Copy the full SHA
    fb99844 View commit details
    Browse the repository at this point in the history
  5. fix(i18n): fluent tags output;

    - Fixed fluent tags output.
    JVickery-TBS committed May 10, 2023
    Configuration menu
    Copy the full SHA
    ab55002 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. 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.
    JVickery-TBS committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1d1b155 View commit details
    Browse the repository at this point in the history