This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 3ab26ce  [BEAM-13541] More intelligent caching of CoGBK values. 
(#16354)
     add 0e69485  Merge pull request #15769 from [BEAM-13031] [Playground] Code 
editor - Support Localization

No new revisions were added by this update.

Summary of changes:
 build.gradle.kts                                   |   5 +-
 playground/frontend/README.md                      |  12 ++
 playground/frontend/analysis_options.yaml          |   2 +-
 playground/frontend/l10n.yaml                      |  20 +++
 .../toggle_theme_button/toggle_theme_button.dart   |   9 +-
 .../output_tabs.dart => config/locale.dart}        |  28 ++--
 playground/frontend/lib/l10n/app_en.arb            | 146 +++++++++++++++++++++
 .../output_response.dart => l10n/l10n.dart}        |   8 +-
 playground/frontend/lib/main.dart                  |   6 +-
 .../actions/components/new_example_action.dart     |   5 +-
 .../modules/actions/components/reset_action.dart   |   5 +-
 .../modules/editor/components/editor_textarea.dart |   5 +-
 .../components/pipeline_options_text_field.dart    |  11 +-
 .../lib/modules/editor/components/run_button.dart  |   5 +-
 .../components/filter/category_bubble.dart         |   9 +-
 .../examples/components/filter/type_filter.dart    |  25 +++-
 .../components/search_field/search_field.dart      |   4 +-
 .../lib/modules/output/components/output_area.dart |   6 +-
 .../output_header/output_placements.dart           |   7 +-
 .../components/output_header/output_tabs.dart      |  11 +-
 .../modules/output/models/output_placement.dart    |  16 +--
 .../lib/modules/sdk/components/sdk_selector.dart   |   4 +-
 .../shortcuts/components/shortcuts_modal.dart      |  27 +++-
 .../components/embedded_actions.dart               |   4 +-
 .../embedded_playground_page.dart                  |   1 -
 .../components/editor_textarea_wrapper.dart        |   6 +-
 .../components/feedback/playground_feedback.dart   |  13 +-
 .../pages/playground/components/more_actions.dart  |  27 ++--
 .../components/playground_page_footer.dart         |  13 +-
 playground/frontend/lib/playground_app.dart        |  38 ++++--
 playground/frontend/pubspec.lock                   |  12 ++
 playground/frontend/pubspec.yaml                   |   5 +
 32 files changed, 372 insertions(+), 123 deletions(-)
 create mode 100644 playground/frontend/l10n.yaml
 copy 
playground/frontend/lib/{modules/output/components/output_header/output_tabs.dart
 => config/locale.dart} (68%)
 create mode 100644 playground/frontend/lib/l10n/app_en.arb
 copy 
playground/frontend/lib/{modules/editor/repository/code_repository/code_client/output_response.dart
 => l10n/l10n.dart} (88%)

Reply via email to