mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add localization string for confirmationui."
am: 5faecb3e7d
Change-Id: Ic7dbdf347d9fa1bb137ffa1a2087179808acf209
This commit is contained in:
27
confirmationui/support/include/ConfirmationUITranslations.h
Normal file
27
confirmationui/support/include/ConfirmationUITranslations.h
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
**
|
||||
** Copyright 2019, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
|
||||
/* Generated by generate-translations.py - DO NOT EDIT */
|
||||
|
||||
#ifndef ConfirmationUITranslations_H
|
||||
#define ConfirmationUITranslations_H
|
||||
|
||||
const char* ConfirmationUITranslations_select_lang_id(const char* lang_id);
|
||||
|
||||
const char* ConfirmationUITranslations_lookup(const char* translation_id);
|
||||
|
||||
#endif // ConfirmationUITranslations_H
|
||||
1158
confirmationui/support/src/ConfirmationUITranslations.c
Normal file
1158
confirmationui/support/src/ConfirmationUITranslations.c
Normal file
File diff suppressed because it is too large
Load Diff
1338
confirmationui/support/test/ConfirmationUITranslations-test.c
Normal file
1338
confirmationui/support/test/ConfirmationUITranslations-test.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user