Skip to content

Commit

Permalink
Post Translations install changes (#5323)
Browse files Browse the repository at this point in the history
  • Loading branch information
megrogan authored Feb 5, 2024
1 parent 936aa31 commit 344932d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions backend/canisters/translations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [unreleased]

## [[2.0.1045](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.1045-storage_index)] - 2024-02-05

### Added

- Implement translations API ([#5299](https://github.com/open-chat-labs/open-chat/pull/5299))
Expand Down
4 changes: 2 additions & 2 deletions scripts/proposals/add_canister_to_cycles_dispenser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# Extract the args or use defaults
CANISTER_ID=$1
SUMMARY=${2:-"The CyclesDispenser holds a whitelist of canisters which are allowed to request cycles top ups. This proposal adds the new MarketMaker canister to that list."}
SUMMARY=${2:-"The CyclesDispenser holds a whitelist of canisters which are allowed to request cycles top ups. This proposal adds the new Translations canister to that list."}

# Build the title
TITLE="Add MarketMaker canister to CyclesDispenser's whitelist"
TITLE="Add Translations canister to CyclesDispenser's whitelist"

# Set current directory to the scripts root
SCRIPT=$(readlink -f "$0")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
TITLE="Register 'Translations' as an SNS controlled canister"
// TODO: This needs updating once the initial PR is merged
URL="https://github.com/open-chat-labs/open-chat/tree/master/backend/canisters/translations/impl/src/lib.rs"
SUMMARY="This canister manages translations"

0 comments on commit 344932d

Please sign in to comment.