Prompt
You are working in a news pipeline that layers locale overrides on top of a base set
of UI translation strings. Implement `merge_translations(base, overrides)` that
returns a new dict combining the two, where values in `overrides` win. Do not mutate
either input.when to use it
Community prompt sourced from the open-source GitHub repo artttj/quote-before-code (MIT). A "Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
artttj/quote-before-code · MIT