Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ export function SessionDetailContent({
if (cloudStatus?.type === 'finalizing') {
return t('agentChat.composer.finalizingPlaceholder');
}
return t('agentChat.composer.messagePlaceholder');
return t('common.message');
}, [cloudStatus, t]);
const keyboardContainerKind = getSessionKeyboardContainerKind(Platform.OS);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export function OrganizationCreditActivityScreen() {
{isLaterPageError && (
<View className="items-center gap-3 px-6 py-4">
<Text variant="muted" className="text-center text-xs">
{t('organization.invoices.loadMoreFailed')}
{t('common.couldnTLoadMore')}
</Text>
<Button
variant="outline"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export function OrganizationInvoicesScreen() {
{isLaterPageError && (
<View className="items-center gap-3 px-6 py-4">
<Text variant="muted" className="text-center text-xs">
{t('organization.invoices.loadMoreFailed')}
{t('common.couldnTLoadMore')}
</Text>
<Button
variant="outline"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import { type ProviderPrPlatform } from '@kilocode/app-shared/provider-review';

export function providerPrNounKey(
platform: ProviderPrPlatform
): 'common.mergeRequest' | 'common.pullRequest' {
): 'common.mergeRequest' | 'common.pullRequest' { // i18n-dup-ok: mid-sentence lowercase noun for {{term}} interpolation vs the capitalized standalone prReview.terms.* label; languages case-decline them apart.
return platform === 'gitlab' ? 'common.mergeRequest' : 'common.pullRequest';
}
2 changes: 1 addition & 1 deletion apps/mobile/src/components/profile-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export function ProfileScreen() {
/>
<ActionTile
icon={LogOut}
label={t('profile.signOut')}
label={t('common.signOut')}
color={colors.mutedForeground}
onPress={confirmSignOut}
/>
Expand Down
4 changes: 0 additions & 4 deletions apps/mobile/src/i18n/locales/af.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions apps/mobile/src/i18n/locales/am.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions apps/mobile/src/i18n/locales/ar.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions apps/mobile/src/i18n/locales/az.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions apps/mobile/src/i18n/locales/be.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions apps/mobile/src/i18n/locales/bg.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions apps/mobile/src/i18n/locales/bn.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions apps/mobile/src/i18n/locales/bs.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions apps/mobile/src/i18n/locales/ca.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading